• Since this plugin is made and maintained by pmpro, thought I would post this here in case anyone else is running into a similar problem. So all of my bp emails were outgoing as plain text with 0 styling. After scouring files I finally found the conflict. Its with the pmpro_wp_mail_content_type function.

    Include this in your functions.php file to fix:
    // Remove pmpro email filter
    remove_filter( ‘wp_mail_content_type’, ‘pmpro_wp_mail_content_type’ );

    Good luck and Happy Developing!

  • The topic ‘Plain Text Email Conflict Fix – Suggestion’ is closed to new replies.