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...
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...