From f355bd533c4e3b2d7c5825421c19530174c032bc Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Sat, 22 Jun 2024 11:09:15 -0700 Subject: [PATCH] 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.) --- README.rst | 10 +++++----- docs/esps/mailgun.rst | 2 +- docs/esps/postmark.rst | 2 +- docs/esps/sendgrid.rst | 2 +- docs/esps/sparkpost.rst | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 11f5b00..00812c0 100644 --- a/README.rst +++ b/README.rst @@ -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: diff --git a/docs/esps/mailgun.rst b/docs/esps/mailgun.rst index 4caf9ab..5302ff6 100644 --- a/docs/esps/mailgun.rst +++ b/docs/esps/mailgun.rst @@ -3,7 +3,7 @@ Mailgun ======= -Anymail integrates with the `Mailgun `_ +Anymail integrates with the Sinch `Mailgun `_ transactional email service, using their `messages REST API`_. .. note:: diff --git a/docs/esps/postmark.rst b/docs/esps/postmark.rst index c83567b..23d905e 100644 --- a/docs/esps/postmark.rst +++ b/docs/esps/postmark.rst @@ -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 diff --git a/docs/esps/sendgrid.rst b/docs/esps/sendgrid.rst index 8424004..f3ae82d 100644 --- a/docs/esps/sendgrid.rst +++ b/docs/esps/sendgrid.rst @@ -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:: diff --git a/docs/esps/sparkpost.rst b/docs/esps/sparkpost.rst index c0ce665..d03bdc2 100644 --- a/docs/esps/sparkpost.rst +++ b/docs/esps/sparkpost.rst @@ -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