mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-27 14:56:56 -05:00
Sendinblue: Support send_at
Add support for delayed sending via Sendinblue's public beta "scheduledAt" parameter. Closes #280
This commit is contained in:
@@ -40,6 +40,9 @@ Breaking changes
|
||||
Features
|
||||
~~~~~~~~
|
||||
|
||||
* **Sendinblue:** Support delayed sending using Anymail's `send_at` option.
|
||||
(Thanks to `@dimitrisor`_ for noting Sendinblue's public beta release
|
||||
of this capability.)
|
||||
* Support customizing the requests.Session for requests-based backends,
|
||||
and document how this can be used to mount an adapter that simplifies
|
||||
automatic retry logic. (Thanks to `@dgilmanAIDENTIFIED`_.)
|
||||
@@ -1366,6 +1369,7 @@ Features
|
||||
.. _@coupa-anya: https://github.com/coupa-anya
|
||||
.. _@decibyte: https://github.com/decibyte
|
||||
.. _@dgilmanAIDENTIFIED: https://github.com/dgilmanAIDENTIFIED
|
||||
.. _@dimitrisor: https://github.com/dimitrisor
|
||||
.. _@dominik-lekse: https://github.com/dominik-lekse
|
||||
.. _@erikdrums: https://github.com/erikdrums
|
||||
.. _@ewingrj: https://github.com/ewingrj
|
||||
|
||||
Reference in New Issue
Block a user