mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Fix fail_silently when session/client creation fails
Make sure backends actually fail silently when asked (rather than raising inaccurate errors suggesting coding problems). Fixes #308
This commit is contained in:
@@ -33,6 +33,10 @@ vNext
|
||||
Fixes
|
||||
~~~~~
|
||||
|
||||
* Fix misleading error messages when sending with ``fail_silently=True``
|
||||
and session creation fails (e.g., with Amazon SES backend and missing
|
||||
credentials). (Thanks to `@technolingo`_.)
|
||||
|
||||
* **Postmark:** Fix spurious AnymailInvalidAddress in ``message.cc`` when
|
||||
inbound message has no Cc recipients. (Thanks to `@Ecno92`_.)
|
||||
|
||||
@@ -1455,6 +1459,7 @@ Features
|
||||
.. _@slinkymanbyday: https://github.com/slinkymanbyday
|
||||
.. _@swrobel: https://github.com/swrobel
|
||||
.. _@tcourtqtm: https://github.com/tcourtqtm
|
||||
.. _@technolingo: https://github.com/technolingo
|
||||
.. _@Thorbenl: https://github.com/Thorbenl
|
||||
.. _@tiltec: https://github.com/tiltec
|
||||
.. _@tim-schilling: https://github.com/tim-schilling
|
||||
|
||||
Reference in New Issue
Block a user