Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update REST API Providers for transactional email services #8870

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions source/content/partials/email-rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading