Title: Send HTML emails
Last modified: August 30, 2016

---

# Send HTML emails

 *  Resolved [Jld142](https://wordpress.org/support/users/jld142/)
 * (@jld142)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/send-html-emails-1/)
 * Hello,
 * Is there a way to send HTML emails with WP-members. I tried putting the HTML 
   in the emails setting within WP-members but it just sends as plain text.
 * [https://wordpress.org/plugins/wp-members/](https://wordpress.org/plugins/wp-members/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Jld142](https://wordpress.org/support/users/jld142/)
 * (@jld142)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/send-html-emails-1/#post-6228572)
 * **Resolved**
 * Simply add the following to the themes functions.php file.
 * //Send HTML emails in WordPress Using wp_mail function
    add_filter( ‘wp_mail_content_type’,‘
   set_content_type’ ); function set_content_type( $content_type ){ return ‘text/
   html’; }

Viewing 1 replies (of 1 total)

The topic ‘Send HTML emails’ is closed to new replies.

 * ![](https://ps.w.org/wp-members/assets/icon-256x256.png?rev=1226414)
 * [WP-Members Membership Plugin](https://wordpress.org/plugins/wp-members/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-members/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-members/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-members/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Jld142](https://wordpress.org/support/users/jld142/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/send-html-emails-1/#post-6228572)
 * Status: resolved