django-anymail
django-anymail copied to clipboard
Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Postmark, Postal, Resend, SendGrid, SparkPost, Unisender Go and more
Just a suggestion: would it be possible to add a "reduced" DEBUG_API_REQUESTS implementation to log only basic information about the requests and responses (eg. status code, possibly errors in the...
Hi! I'm getting errors when trying to send messages when the "to" header has non-ASCII chars. The problem seems to happen when all these conditions are true at the same...
Originally, AWS's `ses::SendBulkEmail` API didn't allow specifying email headers. Since Anymail's Amazon SES backend also uses custom headers for `metadata` and `tags`, this meant you [couldn't use](https://anymail.dev/en/stable/esps/amazon_ses/#batch-sending-merge-and-esp-templates) any of the...
Several ESPs' batch send APIs allow specifying different email headers for individual recipients. Anymail should add a new `merge_headers` message option providing normalized support for this feature: ```python message =...
Read the Docs is changing their build process. Some docs/conf.py manipulation they used to do automatically now must be manually included. https://about.readthedocs.com/blog/2024/07/addons-by-default/
Thank you for maintaining this repo! It's been a fantastic resource for my sites. I recently did a major upgrade and was bitten by a breaking change in v8, whereby...
This PR adds initial MyPy type checks per discussion in #393.
Thank you for anymail! I am a huge, huge fan :) I wanted to report a bug with how the backend parses delay notifications from Postmark. Here's a trivial stack...
It appears that Mandrill is by default rewriting Bcc: to To: and delivering separate emails. It seems a common enough problem that there are several online discussions brought up by...
Hi, and thanks for creating such a great library! I would love to have Mailtrap support, and I figured it would be helpful if I started on that. **This is...