• Resolved RafaelDeJongh

    (@rafaeldejongh)


    I’m using this plugin for Approval of users through WooCommerce and I would like to use the same template for the Approval/Unapproval of users as the registration mail that’s been sent by WooCommerce.

    I already have the html code for the template but when I paste it in the textarea for the custom approval mail, the html isn’t being used in the mail and is just shown to the approved user.

    So my question here is: how do I make it so that the e-mail being sent is in HTML form and not just plain text?

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

    (@rafaeldejongh)

    Found out you can do this by adding the following rule to the following lines: 731 & 761:

    array('Content-Type: text/html; charset=UTF-8','From: My Site Name <support@example.com')

    Make sure to add a comma after the previous code indication and then you should be good to go!

Viewing 1 replies (of 1 total)

The topic ‘Sent HTML Mail’ is closed to new replies.