Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amazon SES: use ReplacementHeaders to relax restrictions on template send #378

Merged
merged 2 commits into from
Jun 8, 2024

Conversation

medmunds
Copy link
Contributor

@medmunds medmunds commented Jun 8, 2024

Closes #375

Since Anymail dropped SES v1 support,
require at least boto3 v1.10.17
(which added the sesv2 client).
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
@medmunds medmunds merged commit 0f2eef7 into main Jun 8, 2024
63 checks passed
@medmunds medmunds deleted the feature/amazon-ses-bulk-headers branch June 8, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Amazon SES: support extra_headers, metadata, tags for template sends
1 participant