Docs: new ownership for several ESPs

For ESPs that have incorporated new owners
in their branding, identify the new owner
in the docs:

- Mailgun -> Sinch Mailgun
- Postmark -> ActiveCampaign Postmark
- SendGrid -> Twilio SendGrid
- SparkPost -> Bird ???

(Bird's rebranding of SparkPost seems to still
be a work in progress at this point. In fact,
Bird's rebranding of itself from MessageBird
seems incomplete.)

There are no current plans to rename ESP
backends, as the new owners seem to be mostly
keeping the original ESP names and domains for
API endpoints, docs, etc.

(Similarly, I'm not updating project keywords.)
This commit is contained in:
Mike Edmunds
2024-06-22 11:09:15 -07:00
parent faf98c22d7
commit f355bd533c
5 changed files with 9 additions and 9 deletions

View File

@@ -29,14 +29,14 @@ Anymail currently supports these ESPs:
* **Amazon SES** * **Amazon SES**
* **Brevo** (formerly SendinBlue) * **Brevo** (formerly SendinBlue)
* **MailerSend** * **MailerSend**
* **Mailgun** * **Mailgun** (Sinch transactional email)
* **Mailjet** * **Mailjet**
* **Mandrill** (MailChimp transactional) * **Mandrill** (MailChimp transactional email)
* **Postal** (self-hosted ESP) * **Postal** (self-hosted ESP)
* **Postmark** * **Postmark** (ActiveCampaign transactional email)
* **Resend** * **Resend**
* **SendGrid** * **SendGrid** (Twilio transactional email)
* **SparkPost** * **SparkPost** (Bird transactional email)
* **Unisender Go** * **Unisender Go**
Anymail includes: Anymail includes:

View File

@@ -3,7 +3,7 @@
Mailgun Mailgun
======= =======
Anymail integrates with the `Mailgun <https://mailgun.com>`_ Anymail integrates with the Sinch `Mailgun <https://mailgun.com>`_
transactional email service, using their `messages REST API`_. transactional email service, using their `messages REST API`_.
.. note:: .. note::

View File

@@ -3,7 +3,7 @@
Postmark Postmark
======== ========
Anymail integrates with the `Postmark`_ transactional email service, Anymail integrates with the ActiveCampaign `Postmark`_ transactional email service,
using their `HTTP email API`_. using their `HTTP email API`_.
.. sidebar:: Alternatives .. sidebar:: Alternatives

View File

@@ -3,7 +3,7 @@
SendGrid SendGrid
======== ========
Anymail integrates with the `SendGrid`_ email service, using their `Web API v3`_. Anymail integrates with the Twilio `SendGrid`_ email service, using their `Web API v3`_.
.. important:: .. important::

View File

@@ -3,7 +3,7 @@
SparkPost SparkPost
========= =========
Anymail integrates with the `SparkPost`_ email service, using their Anymail integrates with the Bird `SparkPost`_ email service, using their
`Transmissions API`_. `Transmissions API`_.
.. versionchanged:: 8.0 .. versionchanged:: 8.0