This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
PHP mail script

I had several php scripts at my Bravehost site to send emails. They all worked perfectly. Now none of them work at all. I can't even do something simple like the example below. Do you have any advice?


$to = "abcd@xyz.com";
$subject = "Test mail";
$message = "This is a simple email message.";
$headers = "From: fghi@xyz.com";
mail($to,$subject,$message,$headers);
?>

Re: PHP mail script

If you have PHP you must have a paid site so try raising a ticket. Make a note of the ticket number at the time so that you can check it on-line. Gmail sometimes treats ticket responsies as spam.

Browser: Firefox3.0.5