mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Sendinblue: rename to Brevo
* Update docs to (usually) refer to Brevo rather than Sendinblue * Change SENDINBLUE_API_URL to api.brevo.com (same API is available on both domains) * Leave code references (settings, backend name, webhook urls) unchanged as `sendinblue`, to avoid unnecessary client changes
This commit is contained in:
@@ -12,14 +12,14 @@ authors = [
|
||||
{name = "Anymail Contributors"},
|
||||
]
|
||||
description = """\
|
||||
Django email backends and webhooks for Amazon SES, MailerSend, Mailgun, \
|
||||
Mailjet, Mandrill, Postal, Postmark, SendGrid, SendinBlue, and SparkPost\
|
||||
Django email backends and webhooks for Amazon SES, Brevo (Sendinblue),
|
||||
MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, SendGrid, and SparkPost\
|
||||
"""
|
||||
# readme: see tool.hatch.metadata.hooks.custom below
|
||||
keywords = [
|
||||
"Django", "email", "email backend",
|
||||
"ESP", "transactional mail",
|
||||
"Amazon SES",
|
||||
"Amazon SES", "Brevo",
|
||||
"MailerSend", "Mailgun", "Mailjet", "Mandrill",
|
||||
"Postal", "Postmark",
|
||||
"SendGrid", "SendinBlue", "SparkPost",
|
||||
|
||||
Reference in New Issue
Block a user