From b596cc966578d6203a857bebc708e21cf449ca8c Mon Sep 17 00:00:00 2001 From: bobbyonmagic Date: Tue, 25 Aug 2026 22:16:45 +0300 Subject: [PATCH] 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)**