PDA

View Full Version : PHP mail() function doesn't work....


levski
04-22-2005, 06:54 AM
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(cool@email.com, "my subject", "stuff for content", "From: whatever@whatever");

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

Any help is appreciated...

bruce
04-22-2005, 07:11 AM
u getting any error??

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

levski
04-22-2005, 07:30 AM
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...

bruce
04-22-2005, 09:10 AM
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 (http://www.DiscountASP.NET)