• Hello,

    I have been using wp email for a long time and it has worked perfect thank you. But i have now moved all my php emails/messages into a separate file/function, also header so i am now using only one header included via a function for all my different emails. It sends email using wp_mail and everything is in place in regards to header information but it does not convert email into html. header shows:

    Content-Transfer-Encoding: 8bit
    Content-Type: text/plain; charset=”UTF-8″

    I belive i need to include some WP functions, any idea anyone? Already tested with wp-load.php and pluggable.php

    http://wordpress.org/extend/plugins/wp-better-emails/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nicolas Lemoine

    (@nlemoine)

    HI Metuza,

    I’m not sure to understand exactly what’s going on. Are you using the native WP function wp_mail ? Because you have to match two conditions to get it work :
    – emails have to be text/plain
    – use the wp_mail function

    My emails are still plain text. HTML is not appearing. what’s the problem?

    Plugin Author Nicolas Lemoine

    (@nlemoine)

    Hi waseemsiddiq,

    Sorry, I can’t help you with so few informations.

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

The topic ‘Not sending html emails’ is closed to new replies.