mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Resend: new ESP (#341)
Add support for Resend.com backend and webhooks. Closes #341
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user