Hi Newton27,
Firstly I thank you for your response, I have done all those changes recommended in the forms.. Let me try to explain some interesting thing I found
Version used: 7.0
After removing \r -- No Luck
As suggested by danielmarseille copied the new utils.inc.php from the fourm -- No Luck
Here is the interesting part , my call is this
sendMail($sPostEmail, $aTemplate['Subject'], $aTemplate['Body'], '', $aPlus);
$aPlus is an array, when I remove this parameter my email is parsed fine and I see my email as HTML , if I add $Plus to function I have unparsed email.. so I believe it is not to do with the email server or any thing..
Is there any thing that we need to check at the template parser.
Your help is very much appreciated
Thanks,
Peri