Hello!
I am trying to work out how to send a HTML (email ready) template using the standard regisiter_user plugin. I know I need to change the mime type, but have no clue how!
I would assume that someone must have needed that and got it working...
Otherwise, is there a mail chimp or campaign monitor plugin to get emails and subscriptions done that way?
Thanks!
Comments
How you do it depends on what mail handler you are using. PHP send_mail sets the mime type as part of the headers. See http://php.net/manual/en/function.mail.php
PHP mail uses the mail object `isHTML()` method.
You find all extensions etc known to us on the extensions page. In short, no plugins for those known.
Where does the content get processed in the options panel code? I can't find it...
If the former is the only option, i'm not quite sure the format of the tag entering system, could you shed some light please?
As you note, adding these tags can lead to security issues.
Maybe your best approach would be to replace the register user plugin with one of your own making which uses a constant string for the message rather than an option.