mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Add merge_headers option for Amazon SES
Add new `merge_headers` message option for per-recipient headers with template sends. * Support in base backend * Implement in Amazon SES backend (Requires boto3 >= 1.34.98.) --------- Co-authored-by: Mike Edmunds <medmunds@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4c62f7bee0
commit
33f680686b
@@ -41,6 +41,13 @@ Breaking changes
|
||||
(Anymail 10.0 switched to the SES v2 API by default. If your ``EMAIL_BACKEND``
|
||||
setting has ``amazon_sesv2``, change that to just ``amazon_ses``.)
|
||||
|
||||
Features
|
||||
~~~~~~~~
|
||||
|
||||
* **Amazon SES:** Add new ``merge_headers`` option for per-recipient
|
||||
headers with template sends. (Requires boto3 >= 1.34.98.)
|
||||
(Thanks to `@carrerasrodrigo`_ the implementation.)
|
||||
|
||||
|
||||
v10.3
|
||||
-----
|
||||
@@ -1615,6 +1622,7 @@ Features
|
||||
.. _@Arondit: https://github.com/Arondit
|
||||
.. _@b0d0nne11: https://github.com/b0d0nne11
|
||||
.. _@calvin: https://github.com/calvin
|
||||
.. _@carrerasrodrigo: https://github.com/carrerasrodrigo
|
||||
.. _@chrisgrande: https://github.com/chrisgrande
|
||||
.. _@cjsoftuk: https://github.com/cjsoftuk
|
||||
.. _@costela: https://github.com/costela
|
||||
|
||||
Reference in New Issue
Block a user