mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-27 06:46:56 -05:00
Sendinblue: fix "invalid headers" error
Work around recent (unannounced) Sendinblue API change that caused "Invalid headers" API error with non-string custom header values, by converting basic numeric types to strings. (Borrowed code from SendGrid backend.) Fixes #288
This commit is contained in:
@@ -52,6 +52,10 @@ Fixes
|
||||
* **Postmark:** Handle Postmark's SubscriptionChange events as Anymail
|
||||
unsubscribe, subscribe, or bounce tracking events, rather than "unknown".
|
||||
(Thanks to `@puru02`_ for the fix.)
|
||||
* **Sendinblue:** Work around recent (unannounced) Sendinblue API change
|
||||
that caused "Invalid headers" API error with non-string custom header
|
||||
values. Anymail now converts int and float header values to strings.
|
||||
|
||||
|
||||
Other
|
||||
~~~~~
|
||||
|
||||
Reference in New Issue
Block a user