Title: Problem with WP Better Emails
Last modified: August 21, 2016

---

# Problem with WP Better Emails

 *  Resolved [rudik123](https://wordpress.org/support/users/rudik123/)
 * (@rudik123)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wp-better-emails/)
 * Hi,
    I use WP Better Emails in my site. Recently installed Paid Membership Pro,
   but this plugin interferes with the Better Emails plugin.
 * Please help.
 * [https://wordpress.org/plugins/paid-memberships-pro/](https://wordpress.org/plugins/paid-memberships-pro/)

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

 *  [Great H-master](https://wordpress.org/support/users/great-h-master/)
 * (@great-h-master)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wp-better-emails/#post-4671476)
 * Hello. Thank you for using Paid Memberships Pro. Could you tell us the exact 
   nature of the interference? If we have more details we can try to reproduce the
   error and find a solution. Looking forward to your response. Thanks again.
 *  Thread Starter [rudik123](https://wordpress.org/support/users/rudik123/)
 * (@rudik123)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wp-better-emails/#post-4671479)
 * When i instaled Paid Membership Pro, any messages that are sent from site to 
   user does not have a graphic (only text), but when i turn off a Paid Membership
   Pro all is OK.
 *  [Jessica Oros](https://wordpress.org/support/users/jessica-o/)
 * (@jessica-o)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wp-better-emails/#post-4671584)
 * Hey there,
 * PMPro sends HTML emails by default, which WP Better Emails ignores. You can remove
   the filter and change them back to plain text with this code:
 *     ```
       // change emails to text/plain
       function my_wp_mail_content_type($content_type) {
           return 'text/plain';
       }
       remove_filter('wp_mail_content_type', 'pmpro_wp_mail_content_type');
       add_filter('wp_mail_content_type', 'my_wp_mail_content_type');
       ```
   
 * You’ll want to add that to your active theme’s functions.php file or a customizations
   plugin as described here: [http://www.paidmembershipspro.com/2012/08/create-a-plugin-for-pmpro-customizations/](http://www.paidmembershipspro.com/2012/08/create-a-plugin-for-pmpro-customizations/)
 * Hope that helps!
 * Thanks,
    Jess
 *  Thread Starter [rudik123](https://wordpress.org/support/users/rudik123/)
 * (@rudik123)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wp-better-emails/#post-4671586)
 * Workin OK now. THANK YOU !
 *  [Jessica Oros](https://wordpress.org/support/users/jessica-o/)
 * (@jessica-o)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/problem-with-wp-better-emails/#post-4671702)
 * No problem 🙂

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

The topic ‘Problem with WP Better Emails’ 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/)

 * 5 replies
 * 3 participants
 * Last reply from: [Jessica Oros](https://wordpress.org/support/users/jessica-o/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/problem-with-wp-better-emails/#post-4671702)
 * Status: resolved