From 294b8fbdb11e89227f37e7787a986f699d21ed33 Mon Sep 17 00:00:00 2001 From: bobbyonmagic Date: Tue, 25 Aug 2026 22:15:57 +0300 Subject: [PATCH 1/3] Add SMTPfast API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53537628..fe02cb2c 100644 --- a/README.md +++ b/README.md @@ -784,6 +784,7 @@ API | Description | Auth | HTTPS | CORS | | [Sendgrid](https://docs.sendgrid.com/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 | | [uchecker](https://api.uchecker.net/docs) | Bulk email verification with full SMTP server responses | `apiKey` | Yes | Unknown | +| [SMTPfast](https://smtpfa.st/docs/api) | Send transactional email, manage contacts and broadcasts, free 3,000 emails/month | `apiKey` | Yes | Yes | | [Verifier](https://verifier.meetchopra.com/docs#/) | Verifies that a given email is real | `apiKey` | Yes | Yes | **[⬆ Back to Index](#index)** From b596cc966578d6203a857bebc708e21cf449ca8c Mon Sep 17 00:00:00 2001 From: bobbyonmagic Date: Tue, 25 Aug 2026 22:16:45 +0300 Subject: [PATCH 2/3] Fix docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe02cb2c..1fcce95b 100644 --- a/README.md +++ b/README.md @@ -784,7 +784,7 @@ API | Description | Auth | HTTPS | CORS | | [Sendgrid](https://docs.sendgrid.com/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 | | [uchecker](https://api.uchecker.net/docs) | Bulk email verification with full SMTP server responses | `apiKey` | Yes | Unknown | -| [SMTPfast](https://smtpfa.st/docs/api) | Send transactional email, manage contacts and broadcasts, free 3,000 emails/month | `apiKey` | Yes | Yes | +| [SMTPfast](https://smtpfa.st/docs) | Send transactional email, manage contacts and broadcasts, free 3,000 emails/month | `apiKey` | Yes | Yes | | [Verifier](https://verifier.meetchopra.com/docs#/) | Verifies that a given email is real | `apiKey` | Yes | Yes | **[⬆ Back to Index](#index)** From c90ad984e06353eda1760d8d79de88fd5118ec3b Mon Sep 17 00:00:00 2001 From: bobbyonmagic Date: Wed, 26 Aug 2026 13:40:12 +0300 Subject: [PATCH 3/3] Fix alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fcce95b..8d9a8182 100644 --- a/README.md +++ b/README.md @@ -783,8 +783,8 @@ API | Description | Auth | HTTPS | CORS | | [PostStack](https://poststack.dev/docs) | EU-hosted email API for transactional and marketing email, with contacts, broadcasts, and analytics | `apiKey` | Yes | No | | [Sendgrid](https://docs.sendgrid.com/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 | -| [uchecker](https://api.uchecker.net/docs) | Bulk email verification with full SMTP server responses | `apiKey` | Yes | Unknown | | [SMTPfast](https://smtpfa.st/docs) | Send transactional email, manage contacts and broadcasts, free 3,000 emails/month | `apiKey` | Yes | Yes | +| [uchecker](https://api.uchecker.net/docs) | Bulk email verification with full SMTP server responses | `apiKey` | Yes | Unknown | | [Verifier](https://verifier.meetchopra.com/docs#/) | Verifies that a given email is real | `apiKey` | Yes | Yes | **[⬆ Back to Index](#index)**