Jump to content

blog2

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by blog2

  1. Hi everybody!

    Whenever I'm causing a lot of traffic on my webpage (Stevie), I suddenly can't access my page no more. Neither in my browser nor FTP and it gives me a timeout error. Though my site appears not to be down, as other people can still access it. After a few minutes of inactivity I'm always able to connect to the page again. Is there something like a short time traffic limit, that causes this problem? It really bothers me, cause I'm having a hard time doing backups of my whole page.

  2. Hi everybody! I am trying to send an email through an PHP script for authentification sakes.

    It used to work out with the PHP mail() function. My syntax was:

    mail("example@example.com", "subject", "message", "From: myemail@example.com");
    

    Now that I moved to Heliohost this doesn't seem to work out anymore. It doesn't give me an error message, but I just won't recieve the sent mail at example@example.com. What could be the reason for this? Is there anything I have to configure in cPanel or in my code to get PHP mail() to work? Or is there any other way I can send an email from my script?

    My preference would be an easy way to send that mail. I don't need to have special features like HTML-Email, just the way mail() used to serve it.

    Thankfully,

    blog2

×
×
  • Create New...