Page 1 of 1

[SOLVED] NMS, subscribing e-mail in html ?

Posted: Tue May 12, 2009 9:39 pm
by mastic
Hello !

CSM MS 1.5.3 , NMS 2.2

I would like to all messages in NMS which are sent automatically after the subscription  ( Please confirm your subscription, Subscription Confirmed ) were sent with HTML formating. I would like to use tags f.e. , , .

I tried to put some code into form: messege text , but id does'nt work. 

Please tell me how to do this ? What to do ?

Thank You, mastic

Re: [SOLVED] NMS, subscribing e-mail in html ?

Posted: Sat May 16, 2009 7:44 pm
by mastic
It was quite easy ;).

To do this you have to make simple modyfication in:  moduls/NMS/action.do_create_new_user.php , moduls/NMS/action.confirm_email.php and in other _email files.

Find this line:
$mailer->SetBody($bodytext) and add this below: $mailer->IsHTML(true);