From 4abfe37c53a313e55830dc82e7da1c4d05b855f9 Mon Sep 17 00:00:00 2001 From: anandvarma Date: Sat, 11 Dec 2021 03:20:56 -0500 Subject: [PATCH] Added DropMail API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44e87ebc..91803d34 100644 --- a/README.md +++ b/README.md @@ -638,6 +638,7 @@ API | Description | Auth | HTTPS | CORS | ### Email API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [DropMail](https://dropmail.me/api/#live-demo) | GraphQL API for creating and managing ephemeral e-mail inboxes | No | Yes | Unknown | | [Guerrilla Mail](https://www.guerrillamail.com/GuerrillaMailAPI.html) | Disposable temporary Email addresses | No | Yes | Unknown | | [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 |