UI Deploy

Curated, Short, Web UI Dev we Love.

Change WordPress Email Content Types To HTML

All emails in WordPress are sent using the function wp_mail, the default content type for these email are in text/plain, which does not allow HTML to be placed in your emails.

If you want to create custom HTML emails you need to change the content type of the emails to allow you to have HTML in them.

view source

Advertisement