Launching today

InboxTap
Test email flows locally, without risking real inboxes
9 followers
Test email flows locally, without risking real inboxes
9 followers
InboxTap is a free, open-source SMTP capture server and test SDK for signup verification, password resets, OTPs, invitations, and other email flows. Run it locally, point your app to localhost, and let your tests read the real link or code. Each test gets an isolated inbox, so parallel runs do not mix messages. Nothing is delivered externally. Works with Playwright, Vitest, Jest, Bun, and Node 20+.



One thing I'd love is built-in support for asserting on email content in popular test runners, like a Vitest matcher for checking that an inbox contains an email with a specific subject or link. Would make assertions feel a lot more native instead of writing custom helpers every time.
finally something that makes email flow testing not painful, the isolated inboxes per test run are basically exactly what i needed for parallel CI. works great with my vitest setup so far