No fresh update, a substantial one in progress Though.
Still working with the current WP version.
And correct me if I’m wrong, your plugin will direct any emails sent from wordpress to be sent through SES? This includes any newsletter plugins, or automated “new blog post” notification emails,s woocommerce, etc?
Yup.
However, some newsletter plugins do *not* use the default WP “wp_email” function and do rewrite it to use a custom mailer of their own.
For those plugins, it won’ t work and there’s nothing I can do myself.
wp_mail can only be rewrited once.
If WP_SES can’t do it, it will display an alert.
Ok, so this tells me if I want to ensure a plugin will work with WP SES, I should ask the developer of that plugin if it uses the wp_email function and if it does, WP SES will probably work with it?
You meant to write wp_mail, not wp_email, correct?
Thank you for clarifying =)