Forum Moderators: coopster
I have tried setting up a mailbox on the server with the same address as where i say i am sending it from in the script but still no joy. Here are the headers i have been using
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'From: MUPC 06 <info@website.com>' . "\r\n";
Any ideas? do i need to put additional headers? i have looked around on this subject but not found anything.
Any help appreciated.
Cheers