Page 1 of 1

Missing text problem in mails

Posted: Wed Jul 28, 2004 2:54 am
by shalini
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";

Posted: Wed Jul 28, 2004 5:20 am
by feyd
try switching \n to \r\n

Posted: Wed Jul 28, 2004 5:45 am
by shalini
Have alreay trien. Can it be a problem related to client email program. I mean difference in character encoding or something like that

Posted: Wed Jul 28, 2004 6:04 am
by feyd
Sadly, it can be a multitude of things, their client, their server, your server, their spam filter.. all kinds of nitpicky things..