Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    Images and tables can really only be added in HTML formatted email. The plugin uses the WP function wp_mail to send email, which sends plain text by default. To allow the plugin to send HTML email you need to filter the headers for wp_mail to be HTML.

    WP-Members does have a filter hook for the headers for email that is sent via the plugin so that you do not necessarily have to make this a global change for your entire site. You could just filter the plugin’s email headers with wpmem_email_headers
    http://rocketgeek.com/plugins/wp-members/users-guide/filter-hooks/wpmem_email_headers/

Viewing 1 replies (of 1 total)

The topic ‘Styling the email template’ is closed to new replies.