HTML Notifications in Dolphin 6.1

Hi,

 

I sincerely apologize if I have missed an answer to this somewhere, but I have been searching for some time now with no results.  :)

 

All of my site's notifications are sent as plain text e-mails, as opposed to HTML.  I can't seem to find a setting anywhere to change this.

 

In the e-mail templates part of the admin panel, my HTML e-mail templates look great when I click "Preview".  But only the text version gets sent.

 

Any ideas at all?

 

Thanks!!

Quote · 16 Feb 2009

hi

open "inc/utils.inc.php"

FIND CODE:

function sendMail( $sRecipientEmail, $sMailSubject, $sMailBody, $iRecipientID = '', $aPlus = '', $sEmailFlag = 'text' )


REPLACE WITH:

function sendMail( $sRecipientEmail, $sMailSubject, $sMailBody, $iRecipientID = '', $aPlus = '', $sEmailFlag = 'html' )


Now all of the mails would be sent as html.

ENJOY!

Quote · 16 Feb 2009

Wow.  I owe you big time!!

 

Seriously, I have spent quite a few hours trying to figure this out over the past several weeks.  I can't believe it's finally working.

 

I appreciate your help extremely.

 

THANK YOU, gautam!!

Quote · 16 Feb 2009
 
 
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.