humanmade/aws-ses-wp-mail

The `pre_wp_mail` filter is not respected

Opened this issue · 0 comments

The pre_wp_mail filter was introduced in WordPress 5.7 but this is not in use in this library. This means short-circuiting an email via this filter works on a local development environment (where the default wp_mail() function is in use, but does not work on the cloud environment.