Page 1 of 1

mail() recipient won't receive the email

Posted: Sun Aug 30, 2009 11:53 pm
by esandra
Hi this script doesn't return any errors but it also doesn't send the message. What seems to be the problem with this?
-----------------------------------------------------------------

Code: Select all

 
<?
$email = "esandrkwn@gmail.com";
$subject = "this is a test....";
$message = "If this even gets sent...";
$from = "amarie_kwn@yahoo.com";
 
$headers = "From: ".$from;
 
mail($email,$subject,$message,$headers)
?>
 
-----------------------------------------------------------------
Any help is very much appreciated.

Re: mail() recipient won't receive the email

Posted: Mon Aug 31, 2009 12:07 am
by Benjamin
Do not double post.

:arrow: Locked