hai stox and sheep
thank you for the post. after seeing your post i discoverd the problem may be in the headers. the header in my mail is as follows.
PHP Code:
$headers = "MIME-Version: 1.0\n"; $headers = $headers . "Content-type: text/html"; $headers= $headers . "charset=iso-8859-1\n"; $headers= $headers . "Content-Transfer-Encoding: 7bit\n"; $headers = $headers . "X-Priority: 3\n"; $headers = $headers . "X-MSMail-Priority: Normal\n"; $headers = $headers . "X-Mailer: php\n"; $headers = $headers . "From: support@abcd.com\n"; $headers = $headers . "Return-Path: support@abcd.com\n";
If i place an "\n" at the end of 2nd line the font is really working as specified in <font> tag. but the mail body and header corrupts 
out put in the mail is like >
charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: php From: support@abcd.com Return-Path: support@abcd.com Hello you@gmail.com this is an automated reply to your registration at ...................
Please examin the header and give me a solution 
|