Forum Moderators: coopster
Headers used
$headers = "MIME-Version: 1.0\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\n";
$headers .="From: ".$vchSendFrom." <".$vchSendFrom."> \n";
$headers .= "X-Mailer: PHP/" . phpversion(). "\n";
if you don't want to mess around with all this, checkout the mime mail stuff availabe for download free @ zend:
[zend.com...]
[zend.com...]
[zend.com...]
it's all very well described and you can just skip over to the download if you're not interested in knowing why what:
[zend.com...]
this is all compatible to the mail() function, so i think this will help you!
--hakre