Community Support Forums — WordPress® ( Users Helping Users ) — 2011-09-27T12:52:18-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=15226 2011-09-27T12:52:18-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15226&p=41700#p41700 <![CDATA[Re: HTML in Custom Emails?]]> Statistics: Posted by Jason Caldwell — September 27th, 2011, 12:52 pm


]]>
2011-09-21T07:45:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15226&p=38868#p38868 <![CDATA[Re: HTML in Custom Emails?]]>
see: http://core.trac.wordpress.org/ticket/18493

Statistics: Posted by ffemtkl — September 21st, 2011, 7:45 am


]]>
2011-09-20T18:33:05-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15226&p=38812#p38812 <![CDATA[Re: HTML in Custom Emails?]]>

-grace

Statistics: Posted by bitofgrace — September 20th, 2011, 6:33 pm


]]>
2011-09-20T18:28:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15226&p=38811#p38811 <![CDATA[Re: HTML in Custom Emails?]]> text/plain Content-Type header. You can Filter this with WordPress, but I don't advise doing so, because it may create problems ( i.e. this affects all instances of the wp_mail function ), not good.

Create this directory and file:
/wp-content/mu-plugins/wp-mail.php
Code:
<?php
add_filter
("wp_mail_content_type", "wp_mail_content_type_force");
    function wp_mail_content_type_force(){ return "text/html"; }
?>

@TODO: I'll see what we can do in a future release to make HTML emails possible w/s2Member only.

Statistics: Posted by Jason Caldwell — September 20th, 2011, 6:28 pm


]]>
2011-09-20T18:16:51-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15226&p=38808#p38808 <![CDATA[Re: HTML in Custom Emails?]]> Statistics: Posted by Cristián Lávaque — September 20th, 2011, 6:16 pm


]]>
2011-09-20T11:25:57-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15226&p=38728#p38728 <![CDATA[HTML in Custom Emails?]]>
Was attempting to customize the emails that s2 generates upon payment and registration to match our site's generated emails. (graphically)
The result coming through is raw HTML. : / What do i need to or can i do so that the emails maintain HTML table formatting?

-grace

Statistics: Posted by bitofgrace — September 20th, 2011, 11:25 am


]]>