HTML in Mass mailer

How to change the limited text editor used for the mass mails body for an extended one that allow to change font size, insert embeded images, ... ???

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 26 Jul 2010

administration/notifies.php

function getEmailMessage($sAction)


'body' => array(
'type' => 'textarea',
'name' => 'body',
'value' => $sBody,
'caption' => $sBodyC,
'required' => true,
'html' => 1,
'checker' => array (
'func' => 'length',
'params' => array(10,32000),
'error' => $sErrorC,

Edit:

'html' => 1,

To:

'html' => 2,

Not tested itSmile

Quote · 26 Jul 2010

Thanks a lot okweb Wink

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 27 Jul 2010
 
 
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.