PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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";