From dee7ca88882ec6e0f4e25b73c81b9df21b7377a6 Mon Sep 17 00:00:00 2001 From: Array in a Matrix Date: Mon, 22 Nov 2021 14:12:11 -0800 Subject: [PATCH] added Guerrilla mail api (#2909) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0aa7ba00..faa3c768 100644 --- a/README.md +++ b/README.md @@ -631,6 +631,7 @@ API | Description | Auth | HTTPS | CORS | ### Email API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [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 | | [Sendinblue](https://developers.sendinblue.com/docs) | A service that provides solutions relating to marketing and/or transactional email and/or SMS | `apiKey` | Yes | Unknown |