Resend: add support for send_at

Resend's new `scheduled_at` API field allows delayed sending
(though not with attachments or batch sending).

Closes #396.
This commit is contained in:
Mike Edmunds
2024-09-06 11:29:01 -07:00
parent af6eaea565
commit 2f2a888f61
6 changed files with 63 additions and 7 deletions

View File

@@ -36,6 +36,11 @@ Breaking changes
* Require **Django 4.0 or later** and Python 3.8 or later.
Features
~~~~~~~~
* **Resend:** Add support for ``send_at``.
Other
~~~~~