• Resolved stefamoi

    (@stefamoi)


    Hello,

    I only receive the email sent by this plugin in “plain text”, I don’t see the option to send it in HMTL.

    Please help me,
    Stef

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter stefamoi

    (@stefamoi)

    I found the problem. I had to add this to my theme’s function.php file:

    add_filter('wp_mail_content_type','set_content_type');
        function set_content_type($content_type){
          return 'text/html';
        }
    Thread Starter stefamoi

    (@stefamoi)

    Thank’s

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Always plain text’ is closed to new replies.