Missing text problem in mails
Posted: Wed Jul 28, 2004 2:54 am
I am using mail() to send mails. Some clients receive perfect emails but some of them are complaining of missing text. Can anyone tell whether this problem is server side or on client side ??
Headers which I am using are:
$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";
Headers which I am using are:
$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";