Resend: new ESP (#341)

Add support for Resend.com backend and webhooks.

Closes #341
This commit is contained in:
Mike Edmunds
2023-10-25 12:23:57 -07:00
committed by GitHub
parent 823a161927
commit b5ef492466
13 changed files with 1932 additions and 24 deletions

View File

@@ -13,7 +13,8 @@ authors = [
]
description = """\
Django email backends and webhooks for Amazon SES, Brevo (Sendinblue),
MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, SendGrid, and SparkPost\
MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, Resend,
SendGrid, and SparkPost\
"""
# readme: see tool.hatch.metadata.hooks.custom below
keywords = [
@@ -22,6 +23,7 @@ keywords = [
"Amazon SES", "Brevo",
"MailerSend", "Mailgun", "Mailjet", "Mandrill",
"Postal", "Postmark",
"Resend",
"SendGrid", "SendinBlue", "SparkPost",
]
classifiers = [
@@ -66,6 +68,7 @@ mailgun = []
mailjet = []
mandrill = []
postmark = []
resend = ["svix"]
sendgrid = []
sendinblue = []
sparkpost = []