HTML code in emails

Hi,

I see html code in email content. for ex:>html>>head> >p>>b>Dear skbtester1, >p>Your profile was reviewed and activated ! >p>Simply follow the link below to enjoy our services:

 

I would like to have nice parsed email not like this. can any one help?

 

thanks

Peri

Quote · 16 Sep 2011

this has been answered previously .. please use your search feature provided here

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 17 Sep 2011

I tried using the below thread by changing utils.inc.php but no luck

 http://www.boonex.com/forums/topic/Problem-with-e-mail-html.htm

Quote · 17 Sep 2011

Can anybody help please?

Quote · 17 Sep 2011

try reading these topics, I hope it helps with what your doing. 

http://www.boonex.com/forums/?action=goto&topic_id=MIME-Version-1-0-From-at-top-of-all-emails-How-to-fix-

http://www.boonex.com/forums/?action=goto&topic_id=notification-MIME-Version

Do you have something like Dreamweaver to edit your e-mail templates with? 

I think it all depends on the end users email client on the end how the mail will look too..

In your provided example the format is not correct.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 17 Sep 2011

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 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

Quote · 18 Sep 2011

I have to admit I have no knowledge about calls and php, what I know, I have learned all on my own; mostly from this software and these forums..

I hope a more experienced programmer might chime in on this topic and help you...

I do think you should upgrade to at least 7.0.6 if you can. Its scary to do if you have a heavily modified site. But most here will tell you the same, upgrade if possible. 

 

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.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 18 Sep 2011

Thanks much for your quick response. I can not upgrade to 7.0.6 as I have made quite a few changes.

P

Quote · 18 Sep 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.