• Hi,

    I’ve set up the plugin on three different sites and set for all to use html, however all emails still send as plain text.

    Also, not directly related, but if I try a different SMTP plugin it gets recognized but refused by the Zeptomail SMTP server.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Zoho Mail

    (@zmintegration)

    Apologies for the delay in response.

    We request you to drop us an email to support{at}zohomail{dot}com with the email address in which you are experiencing this issue so that we can debug it further and assist you.

    Awaiting your response.

    Regards,

    Srinath.

    Thread Starter Abland

    (@abland)

    Hi, Srinath @zmintegration

    Thank you for following up. I have sent off an email to support.

    Thread Starter Abland

    (@abland)

    Hi, Srinath @zmintegration

    I have not heard anything further regarding this issue. On digging deeper I see that the ZeptoMail plugin does not recognize breaks in code generated email notices:

    \r\n\\

    Plugins that use those breaks get sent as all one continuous line rather than new sentences or paragraphs.

    As far as the initial issue of html, I added the following to the theme’s functions.php which appears to work by making html the default mail setting for the sites:

    /* DEFAULT MAIL AS HTML */
    function wpcs_set_email_content_type() {
        return 'text/html';
    }
    add_filter( 'wp_mail_content_type', 'wpcs_set_email_content_type' );
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Emails not sending as HTML’ is closed to new replies.