MailerSend: add support (new ESP for Anymail)

Closes #298
This commit is contained in:
Mike Edmunds
2023-03-10 17:22:20 -08:00
committed by GitHub
parent c58640d438
commit 62bd0669af
15 changed files with 3093 additions and 27 deletions

View File

@@ -56,12 +56,12 @@ setup(
name="django-anymail",
version=version,
description=(
"Django email backends and webhooks for Amazon SES, Mailgun, Mailjet,"
" Mandrill, Postal, Postmark, SendGrid, SendinBlue, and SparkPost"
"Django email backends and webhooks for Amazon SES, MailerSend, Mailgun,"
" Mailjet, Mandrill, Postal, Postmark, SendGrid, SendinBlue, and SparkPost"
),
keywords=(
"Django, email, email backend, ESP, transactional mail,"
" Amazon SES, Mailgun, Mailjet, Mandrill, Postal, Postmark,"
" Amazon SES, MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark,"
" SendGrid, SendinBlue, SparkPost"
),
author="Mike Edmunds and Anymail contributors",
@@ -76,6 +76,7 @@ setup(
# This can be used if particular backends have unique dependencies.
# For simplicity, requests is included in the base requirements.
"amazon_ses": ["boto3"],
"mailersend": [],
"mailgun": [],
"mailjet": [],
"mandrill": [],