Skip to content

Commit

Permalink
Docs: new ownership for several ESPs
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
medmunds committed Jun 22, 2024
1 parent faf98c2 commit f355bd5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ Anymail currently supports these ESPs:
* **Amazon SES**
* **Brevo** (formerly SendinBlue)
* **MailerSend**
* **Mailgun**
* **Mailgun** (Sinch transactional email)
* **Mailjet**
* **Mandrill** (MailChimp transactional)
* **Mandrill** (MailChimp transactional email)
* **Postal** (self-hosted ESP)
* **Postmark**
* **Postmark** (ActiveCampaign transactional email)
* **Resend**
* **SendGrid**
* **SparkPost**
* **SendGrid** (Twilio transactional email)
* **SparkPost** (Bird transactional email)
* **Unisender Go**

Anymail includes:
Expand Down
2 changes: 1 addition & 1 deletion docs/esps/mailgun.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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`_.

.. note::
Expand Down
2 changes: 1 addition & 1 deletion docs/esps/postmark.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Postmark
========

Anymail integrates with the `Postmark`_ transactional email service,
Anymail integrates with the ActiveCampaign `Postmark`_ transactional email service,
using their `HTTP email API`_.

.. sidebar:: Alternatives
Expand Down
2 changes: 1 addition & 1 deletion docs/esps/sendgrid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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::

Expand Down
2 changes: 1 addition & 1 deletion docs/esps/sparkpost.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SparkPost
=========

Anymail integrates with the `SparkPost`_ email service, using their
Anymail integrates with the Bird `SparkPost`_ email service, using their
`Transmissions API`_.

.. versionchanged:: 8.0
Expand Down

0 comments on commit f355bd5

Please sign in to comment.