From ac90db4a79388749271e7849a1fe6e0e048bf49b Mon Sep 17 00:00:00 2001 From: GoodSam911 <78189303+GoodSam911@users.noreply.github.com> Date: Sun, 16 Aug 2026 00:05:42 -0700 Subject: [PATCH] Add uchecker to Email section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index adda625b..9de7c826 100644 --- a/README.md +++ b/README.md @@ -777,6 +777,7 @@ 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 | | [Verifier](https://verifier.meetchopra.com/docs#/) | Verifies that a given email is real | `apiKey` | Yes | Yes | **[⬆ Back to Index](#index)**