mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Amazon SES: support headers with template
Use new SES v2 SendBulkEmail ReplacementHeaders param to support features that require custom headers, including `extra_headers`, `metadata`, `merge_metadata` and `tags`. Update integration tests and docs Closes #375
This commit is contained in:
@@ -48,6 +48,10 @@ Features
|
||||
headers with template sends. (Requires boto3 >= 1.34.98.)
|
||||
(Thanks to `@carrerasrodrigo`_ the implementation.)
|
||||
|
||||
* **Amazon SES:** Allow extra headers, ``metadata``, ``merge_metadata``,
|
||||
and ``tags`` when sending with a ``template_id``.
|
||||
(Requires boto3 v1.34.98 or later.)
|
||||
|
||||
|
||||
v10.3
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user