From a0689f9ce8a08619f788ba21d4fe909fcb7faa3d Mon Sep 17 00:00:00 2001 From: E-wave112 Date: Thu, 28 Oct 2021 16:43:33 +0000 Subject: [PATCH] Added the Mailchimp, Sendgrid and Sendinblue API to Email --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ca90025e..9a94cf83 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ * [Development](#development) * [Dictionaries](#dictionaries) * [Documents & Productivity](#documents--productivity) +* [Email](#email) * [Entertainment](#entertainment) * [Environment](#environment) * [Events](#events) @@ -580,6 +581,14 @@ API | Description | Auth | HTTPS | CORS | | [WakaTime](https://wakatime.com/developers) | Automated time tracking leaderboards for programmers | No | Yes | Unknown | | [Zube](https://zube.io/docs/api) | Full stack project management | `OAuth` | Yes | Unknown | +**[⬆ Back to Index](#index)** +### Email +API | Description | Auth | HTTPS | CORS | +|---|---|---|---|---| +| [Mailtrap](https://mailtrap.docs.apiary.io/#) | A service for the safe testing of emails sent from the development and staging environments | `apiKey` | Yes | Unknown | +| [Sendgrid](https://sendgrid.com/docs/api-reference/) | A cloud-based SMTP provider that allows you to send emails without having to maintain email servers | `apiKey` | Yes | Unknown | +| [Sendinblue](https://developers.sendinblue.com/docs) | A service that provides solutions relating to marketing and/or transactional email and/or SMS | `apiKey` | Yes | Unknown | + **[⬆ Back to Index](#index)** ### Entertainment API | Description | Auth | HTTPS | CORS |