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

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
mastic
New Member
New Member
Posts: 7
Joined: Thu Mar 19, 2009 11:39 pm

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

Post 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
Last edited by mastic on Sat May 16, 2009 7:37 pm, edited 1 time in total.
mastic
New Member
New Member
Posts: 7
Joined: Thu Mar 19, 2009 11:39 pm

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

Post 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);
Post Reply

Return to “Modules/Add-Ons”