function wps_set_content_type(){
return "text/html";
}
add_filter( 'wp_mail_content_type','wps_set_content_type' );
Source : http://wpsnipp.com/index.php/functions-php/set-the-content-type-email-from-textplain-to-texthtml/
Leave a Reply