Title: Breaks my html email
Last modified: February 16, 2017

---

# Breaks my html email

 *  Resolved [learntodesign](https://wordpress.org/support/users/learntodesign/)
 * (@learntodesign)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/breaks-my-html-email/)
 * Hi, this plugin breaks my html email format, and everything gets sent in plain
   text.
 * What can be causing this issue? I would love to use this plugin but this is a
   dealbreaker for me.
 * Does this plugin reformat wp_mail()?
    -  This topic was modified 9 years, 5 months ago by [learntodesign](https://wordpress.org/support/users/learntodesign/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [learntodesign](https://wordpress.org/support/users/learntodesign/)
 * (@learntodesign)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/breaks-my-html-email/#post-8814763)
 * This is the problematic function.
 * function pmpro_wp_mail_content_type( $content_type ) {
    add_action(‘phpmailer_init’,‘
   pmpro_send_html’);
 *  //change to html if not already
    if( $content_type == ‘text/plain’) { $content_type
   = ‘text/html’; } return $content_type; } add_filter(‘wp_mail_content_type’, ‘
   pmpro_wp_mail_content_type’);
 * Is there anyway I can disable this from my functions.php so that I can continue
   to receive updates without having to remove this function everytime?
 *  Plugin Author [Andrew Lima](https://wordpress.org/support/users/andrewza/)
 * (@andrewza)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/breaks-my-html-email/#post-8815719)
 * Hi [@learntodesign](https://wordpress.org/support/users/learntodesign/)
 * Thank you for getting in touch.
 * You are able to use the `remove_filter` to disable this function for you.
 * Here is documentation on the `remove_filter` method – [https://codex.wordpress.org/Function_Reference/remove_filter](https://codex.wordpress.org/Function_Reference/remove_filter)
 * I hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Breaks my html email’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/paid-memberships-pro_f1dacb.svg)
 * [Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions](https://wordpress.org/plugins/paid-memberships-pro/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/paid-memberships-pro/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/paid-memberships-pro/)
 * [Active Topics](https://wordpress.org/support/plugin/paid-memberships-pro/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paid-memberships-pro/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paid-memberships-pro/reviews/)

## Tags

 * [HTML email](https://wordpress.org/support/topic-tag/html-email/)

 * 2 replies
 * 2 participants
 * Last reply from: [Andrew Lima](https://wordpress.org/support/users/andrewza/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/breaks-my-html-email/#post-8815719)
 * Status: resolved