Style Mails in Plaintext
-
Hi!
I want to style my registration mails with HTML. Is it possible set the content of the mails to HTML?
I know that I can set this globally by
<?php add_filter( 'wp_mail_content_type', 'set_html_content_type' ); function set_html_content_type() { return 'text/html'; } ?>
But I don’t want to change the content type for every plugin. Just Simplr Registration Form Plus+ should send mails in HTML.
Or is there a other possibilty to style mails in plaintext (making a break for example)?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Style Mails in Plaintext’ is closed to new replies.