From 6ec34fe593dddee65326bed5c98d9401368da64e Mon Sep 17 00:00:00 2001 From: KIPDEV Date: Sun, 13 Sep 2026 09:58:24 +0200 Subject: [PATCH] Add inboxsink API to Email Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01UzYjYTiK9zLmVqLpLKUPA8 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eff5bc2a..523091bf 100644 --- a/README.md +++ b/README.md @@ -796,6 +796,7 @@ API | Description | Auth | HTTPS | CORS | | [EVA](https://eva.pingutil.com/) | Validate email addresses | No | Yes | Yes | | [Guerrilla Mail](https://www.guerrillamail.com/GuerrillaMailAPI.html) | Disposable temporary Email addresses | No | Yes | Unknown | | [ImprovMX](https://improvmx.com/api) | API for free email forwarding service | `apiKey` | Yes | Unknown | +| [inboxsink](https://inboxsink.com/docs) | Disposable inboxes for end-to-end tests that wait for the email and extract OTP codes | `apiKey` | Yes | No | | [Kickbox](https://open.kickbox.com/) | Email verification API | No | Yes | Yes | | [Kiprio Email Validate](https://kiprio.com/v1/email-validate) | Free email validation: MX check, disposable detection, syntax | `apiKey` | Yes | Yes | | [mail.gw](https://docs.mail.gw) | 10 Minute Mail | No | Yes | Yes |