sendgrid / wordpress

SendGrid plugin for WordPress
51 stars 64 forks source link

Doesn't work with automatic update notifications #77

Open ahmed-sigmalux opened 6 years ago

ahmed-sigmalux commented 6 years ago

I'm using the filter:

apply_filters( 'auto_core_update_send_email', '__return_true' );

Sendgrid doesn't send any emails for updates.

All other emails work just fine.