anymail / django-anymail

Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Postmark, Postal, Resend, SendGrid, SparkPost, Unisender Go and more
https://anymail.dev
BSD 3-Clause "New" or "Revised" License
1.67k stars 129 forks source link

Fix fail_silently when session/client creation fails #312

Closed medmunds closed 1 year ago

medmunds commented 1 year ago

Make sure backends actually fail silently when asked (rather than raising inaccurate errors suggesting coding problems).

Fixes #308