From 7a286bbdf8d8bc97585592f34eef2810e6677e1b Mon Sep 17 00:00:00 2001 From: Jaymz Rhime Date: Thu, 22 Feb 2024 13:46:29 -0700 Subject: [PATCH] Update REST API Providers for transactional email services --- source/content/partials/email-rest.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/content/partials/email-rest.md b/source/content/partials/email-rest.md index fff558c760..ea2308a915 100644 --- a/source/content/partials/email-rest.md +++ b/source/content/partials/email-rest.md @@ -11,13 +11,13 @@ reviewed: "" The following are some popular email services you can use on the platform and their corresponding Drupal or WordPress integration methods: -| Provider | Integration | -|:--------- |:----------- | -| Mailgun | [Drupal](https://www.drupal.org/project/mailgun) \| [WordPress](https://wordpress.org/plugins/mailgun/) | -| Mandrill | [Drupal](https://www.drupal.org/project/mandrill) \| [WordPress](https://wordpress.org/plugins/wpmandrill/) | -| Postmark | [Drupal](https://www.drupal.org/project/postmark) \| [WordPress](https://wordpress.org/plugins/postmark-approved-wordpress-plugin/) | -| Sendgrid | [Drupal](https://www.drupal.org/project/sendgrid_integration) \| [WordPress](https://wordpress.org/plugins/wp-mail-smtp/) | -| Sendinblue | [Drupal](https://www.drupal.org/project/sendinblue) \| [WordPress](https://wordpress.org/plugins/mailin/) | -| SparkPost | [Drupal](https://www.drupal.org/project/sparkpost) \| [WordPress](https://wordpress.org/plugins/sparkpost/) | +| Provider | Integration | +|:------------------------|:----------- | +| Brevo | [Drupal](https://www.drupal.org/project/brevo) \| [WordPress](https://wordpress.org/plugins/mailin/) | +| Mailchimp Transactional | [Drupal](https://www.drupal.org/project/mailchimp_transactional) | +| Mailgun | [Drupal](https://www.drupal.org/project/mailgun) \| [WordPress](https://wordpress.org/plugins/mailgun/) | +| Postmark | [Drupal](https://www.drupal.org/project/postmark) \| [WordPress](https://wordpress.org/plugins/postmark-approved-wordpress-plugin/) | +| SendGrid | [Drupal](https://www.drupal.org/project/sendgrid_integration) | +| SparkPost | [Drupal](https://www.drupal.org/project/sparkpost) \| [WordPress](https://wordpress.org/plugins/sparkpost/) | [SendGrid](https://sendgrid.com/), a high-deliverability email service, offers several plans to meet your specific needs. Review our guide [Using SendGrid To Deliver Email](/guides/sendgrid) for details.