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

Add batch sending support for Resend #356

Closed
medmunds opened this issue Feb 13, 2024 · 1 comment · Fixed by #359
Closed

Add batch sending support for Resend #356

medmunds opened this issue Feb 13, 2024 · 1 comment · Fixed by #359

Comments

@medmunds
Copy link
Contributor

Resend recently announced a new batch sending API. Anymail should add support for it.

Resend's batch send API basically takes an array the same payload structure used for the regular send API. So it:

  • Wouldn't support Anymail's merge_data (because Resend doesn't support ESP-rendered templates even for regular send)
  • Would support Anymail's merge_metadata (batch send supports custom headers, which Anymail uses for metadata and tags with Resend)
  • Doesn't support attachments "yet" (need to test if attachments field causes error, or is just silently ignored right now)
@medmunds
Copy link
Contributor Author

(Released in Anymail 10.3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant