hi,
I'm new to PHP.
I have a form on a website which sends me back an email with the details entered in by the user...
The problem is that when i change my email to a yahoo or to my isp email or to spymac.com, the emails dont get delivered.
why is it that this form sends email only to hotmail...
this is the code:
<?
mail( "matthew_zammit@hotmail.com", "TF Messages",
"Message
\n\n From :".$POST['name'].
"\n Email: ".$POST['email'].
"\n\n\n Message:
\n" .$_POST['message']);
header("Location: [url]http://www.yfellowship.org/teenfellowship/forms/contact_us/msgsubmitted.html[/url]");
?>
thanks a lot