Hello spigoteers, i have run into a bit of a problem.
I switched VPS hosting from NetherByte to DigitalOcean...
and now my mail function wont work???
Its just dieing and not sending...
here is my code.
mail function just not working...???
I switched VPS hosting from NetherByte to DigitalOcean...
and now my mail function wont work???
Its just dieing and not sending...
here is my code.
PHP:
$ToEmail = $email;
$EmailSubject = 'Site contact form';
$mailheader = "From: ".$_POST["email"]."\r\n";
$mailheader .= "Reply-To: ".$_POST["email"]."\r\n";
$mailheader .= "Content-type: text/html; charset=iso-8859-1\r\n";
$MESSAGE_BODY = "Name: ".$_POST["name"]."<br...
$EmailSubject = 'Site contact form';
$mailheader = "From: ".$_POST["email"]."\r\n";
$mailheader .= "Reply-To: ".$_POST["email"]."\r\n";
$mailheader .= "Content-type: text/html; charset=iso-8859-1\r\n";
$MESSAGE_BODY = "Name: ".$_POST["name"]."<br...