deliciousbrains / wp-offload-ses-lite

WP Offload SES Lite sends all outgoing WordPress emails through Amazon Simple Email Service (SES) instead of the local wp_mail() function.
https://wordpress.org/plugins/wp-ses/
14 stars 11 forks source link

Breaks `WP Better Emails` Plugin #8

Open fribibb opened 5 years ago

fribibb commented 5 years ago

WP Offload SES appears to be preventing WP Better Emails from working. This seems to be caused by this plugin adding a header of Content-Type: text/html; to the email. Interestingly, the "SEND TEST EMAIL" functionality of this plugin did seem to work still.

This was tested on numerous emails, including core generated ones such as a password reset (/wp-login.php?action=lostpassword) running the latest stable versions of everything.

I've submitted a PR which adds an extra check to see if WP Better Emails is active before changing the content type. Please see: https://github.com/deliciousbrains/wp-offload-ses-lite/pull/7

I understand this plugin is planning to incorporate it's own HTML template wrapping feature in the future, but until then this would be great to have this fixed.

Cheers

TomLewis commented 4 years ago

Was this ever implemented?

fribibb commented 4 years ago

PR is still open, so I don't think it has been. I ended up migrating my sites from WP Better Emails to WP HTML Mail as it didn't look like WP Better Emails was being maintained.