mass mailer email template

Hi, how to have mass mailer email template. can we send html emails using mass mailer. Thanks.

Quote · 14 Jul 2009

open inc/utils.inc.php

replace:

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

with:

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

now your html templates will render

I have video tutorials to help you mrpowless.com
Quote · 14 Jul 2009

I'll try. Thank you very much

Quote · 14 Jul 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.