NMS Subscription mail as HTML mail

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Steff
Forum Members
Forum Members
Posts: 13
Joined: Wed Feb 07, 2007 6:17 am

NMS Subscription mail as HTML mail

Post by Steff »

Hello

Is it possible to send the subscription confirmation as a html mail?
and how can i make this? just adding the html code to the subscription confirmation text area does not work.

thx...
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: NMS Subscription mail as HTML mail

Post by calguy1000 »

It's currently not possible, as I'm not telling cmsmailer that it's an HTML formatted message.  It's a small change though, you have to do a $cmsmailer->IsHTML() (or something like that) at the place in the php code that sends the subscription and confirmation messages.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Steff
Forum Members
Forum Members
Posts: 13
Joined: Wed Feb 07, 2007 6:17 am

Re: NMS Subscription mail as HTML mail

Post by Steff »

ok. i'll take a look at this tomorrow.

thx a lot
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: NMS Subscription mail as HTML mail

Post by calguy1000 »

Ideally, it would be automatic.  you could strip the html tags, and then compare the output of that with the original text.  if they're different, then set the IsHTML() flag.

That'd be the nicer way.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Post Reply

Return to “CMSMS Core”