• This filter always runs and makes wordpress and other plugin mails look bad.

    mage-eventpress/inc/mep_functions.php:3729

    if (!function_exists('mep_set_email_content_type')) {
    function mep_set_email_content_type() {
    return "text/html";
    }
    }
    add_filter('wp_mail_content_type', 'mep_set_email_content_type');

Viewing 1 replies (of 1 total)
  • Thread Starter xavigib

    (@xavigib)

    I have not received a response in 2 months.

    It’s annoying to receive emails from WordPress core and other plugins like Wordfence with all the content just in one line.

    Please, could you change the way you set the headers to only apply to your plugin emails?

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘text/html content type for all wordpress mails’ is closed to new replies.