Statistics: Posted by ffemtkl — September 21st, 2011, 7:45 am
Statistics: Posted by bitofgrace — September 20th, 2011, 6:33 pm
<?php
add_filter("wp_mail_content_type", "wp_mail_content_type_force");
function wp_mail_content_type_force(){ return "text/html"; }
?>
Statistics: Posted by Jason Caldwell — September 20th, 2011, 6:28 pm
Statistics: Posted by bitofgrace — September 20th, 2011, 11:25 am