You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requests-based backends (all but SparkPost) now raise
AnymailRequestsAPIError for any requests.RequestException,
for consistency and proper fail_silently behavior.
(The exception will also be a subclass of the original RequestException,
so no changes are required to existing code looking for specific
requests failures.)