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
[SOLVED] NMS, subscribing e-mail in html ?
[SOLVED] NMS, subscribing e-mail in html ?
Last edited by mastic on Sat May 16, 2009 7:37 pm, edited 1 time in total.
Re: [SOLVED] NMS, subscribing e-mail in html ?
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);

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