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
It will be easier to contribute if the style preferences of the project were enforced automatically. pre-commit is a tool that supports this. I've set it up to apply black,...
Handles the deprecation of django.utils.timezone.utc This required aliasing utc dynamically based on the version of Django in the utils module.
It was recommended in the docs to use the default Django EmailBackend for SMTP. However, by doing this, we are losing the advantages of the `pre-` and `post-send` signals. The...
[In your documentation](https://anymail.dev/en/stable/esps/sendinblue/#limitations-and-quirks), and more specifically in Supported ESPs > SendInBlue > Limitations and quirks > **No delayed sending**, it is mentioned that "delayed sending" is not supported in Sendinblue...
Hi, this is just a heads-up. I've noticed that AWS released SESV2 API which is a bit different from V1 implemented in anymail. There is a change that "Raw" email...
https://github.com/anymail/django-anymail/issues/349 - [x] Backend - [x] Custom headers for metadata and tags - [x] Tracking webhook - [x] Integration tests - [x] Docs - [x] Readme/project/tox/workflows
Hi Anymail team, a fresh PR for https://mailpace.com with verified commits, pynacl optional, and the linting issues fixed. I was unable to run everything locally, so 🤞 this passes the...
Hello. Do you plan to add Mailtrap as a supported ESP? https://mailtrap.io/
https://go.unisender.ru/ It has transactional sending API and supports event tracking webhooks. It has a free tier, but only if you can prove your domain. I already have all needed code...
Any plans for asyncio support? I made a vendored version of the base console, and making PR to Django. Tracking: https://github.com/django/django/pull/16744 I've made an SES v1 asyncio version. Happy to...