Page 1 of 1
NMS Subscription mail as HTML mail
Posted: Thu Feb 08, 2007 4:25 pm
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...
Re: NMS Subscription mail as HTML mail
Posted: Thu Feb 08, 2007 7:05 pm
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.
Re: NMS Subscription mail as HTML mail
Posted: Thu Feb 08, 2007 7:35 pm
by Steff
ok. i'll take a look at this tomorrow.
thx a lot
Re: NMS Subscription mail as HTML mail
Posted: Thu Feb 08, 2007 8:44 pm
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.