PHP mail() function doesn't work....

Discussion in 'HTML / PHP / JavaScript / CSS' started by levski, Apr 22, 2005.

  1. Hi everyone,

    Some weeks ago I wrote a couple of simple php scripts for sending email out from a form on the server. It used to work fine until a week or so, when it just stopped :) It's something like this:

    mail([email protected], "my subject", "stuff for content", "From: whatever@whatever");

    Do you have any ideas as to what might have happened?

    Any help is appreciated...
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. No, no error at all!! And that's weird, the mail() function even returns true. I guess its being held on queue for some reason, that became active in the past 10 days or so... Prior to that, it was working perfectly well...
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    hmm.. in that case, i don't have an answer for you.

    try create a support ticket. support team may be able to look into the email log and see what really happened.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page