anymail / django-anymail

Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Postmark, Postal, Resend, SendGrid, SparkPost, Unisender Go and more
https://anymail.dev
BSD 3-Clause "New" or "Revised" License
1.65k stars 125 forks source link

Resend: new ESP #341

Closed medmunds closed 10 months ago

medmunds commented 11 months ago

Add support for Resend.com - see #329

medmunds commented 10 months ago

Hoping to get some updates from Resend about issues with display-names before merging, but this is pretty much complete.

If anyone wants to test Resend now, you can install django-anymail directly from this PR branch:

python -m pip install \
  'git+https://github.com/anymail/django-anymail.git@feature/resend-esp'

Anymail Resend docs are in this PR, if you don't mind reading around the Sphinx markup that GitHub doesn't support. (Properly formatted docs will be on anymail.dev once merged.)