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...
NMS Subscription mail as HTML mail
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: NMS Subscription mail as HTML mail
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.
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.
Re: NMS Subscription mail as HTML mail
ok. i'll take a look at this tomorrow.
thx a lot
thx a lot
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: NMS Subscription mail as HTML mail
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.
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.
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.