About BlinkMail
A disposable-email tool built for people who read their own logs.
BlinkMail exists because most temporary-email tools stop at “here’s an inbox.” They hand you an address and leave you to read the raw email yourself — hunt for the code, click through to the link, figure out if it’s spam. BlinkMail does that part for you: every email that lands gets parsed for OTP codes and verification links, categorized, and scored with a confidence level, the moment it arrives.
Who it’s for
Developers testing signup flows, QA engineers who need a fresh address per test run with no collisions, and anyone who’d rather not hand their real inbox to one more newsletter or free trial.
How it’s built
Anonymous inboxes need no account and expire automatically. Creating a free account lets you keep an inbox permanently and see it again from any device. Under the hood: Django + PostgreSQL, real-time delivery over Server-Sent Events (not WebSockets — the data only flows one direction, so SSE gets the same result with less infrastructure), and a rule-based detection pipeline for the OTP/link/spam classification.
Where it stands
BlinkMail is under active development. The core flow — generate, receive, detect, read — works end to end. Production email infrastructure (a real inbound-mail provider), billing, and a public developer API are still ahead. If something here looks unfinished, it probably is — we’d rather say so than pretend otherwise.