OTP testing without your real mail

Keep verification codes out of personal and shared team inboxes.

Your test inbox

Preview inbox — demo mail until DNS is live. After MX, same UI shows real receive for 20 minutes.

Preview · demo mail
nimble.vector.cjoa@dummyemails.org

Inbox

waiting
SenderSubjectView

Your inbox is empty

Waiting for incoming emails

OTP screens are where personal inboxes go to die. You hit resend five times while debugging a timer bug, and suddenly your phone and laptop are full of codes you will never use. Shared QA Gmail makes it worse: the first person to open the thread consumes the one-time code.

Throwaway home for the address step

Dummyemails.org gives the address step a throwaway home. Auto-mint on load, Copy into the OTP request form, keep the inbox open with the rotating empty state until the message arrives, then copy the code from the highlighted row. The session TTL (twenty minutes on the main console, ten on the dedicated timer page) bounds how long that mailbox lives.

Day-to-day workflow for product QA: create or reset a test user bound to the minted address, request the code, assert UI for wrong code, expired code, and resend rate limits. Refresh if the list looks stale. Change if the provider locked the previous address. Delete when the case is done so the next tester does not inherit state.

Engineering note

Engineering note: CI should still prefer injected test codes or provider mocks. A browser inbox is perfect for exploratory and staging checks, not as the only assertion layer in parallel pipelines. When real receive is live on owned domains, you can optionally poll message bodies in automation. Until DNS is wired, use the console for human paths and stubs for bots.

Keep it testing, not privacy theater

This guide stays away from privacy theater and trial-extension tricks. The legitimate reasons are product quality: you need to see the code entry UX without training yourself to ignore real security email, and without leaking staging OTPs into a mailbox executives actually read.

Pair this page with signup testing, password-reset testing, and the Playwright or Cypress guides when the OTP sits inside a larger flow. Keep Acceptable use in mind: only systems you are authorized to test.

OTP without real mail is not magic. It is a clean address, a visible inbox, and a timer that forces disposable habits.

Popular Articles

Short DummyEmails guides for QA labs, OTP checks, and browser automation.

FAQ

Can I read OTPs in the page inbox?
Yes when real receive is live on the selected domain.
What if the code never arrives?
Check MX, Refresh, or Change for a fresh address.
Should CI open this website?
Prefer mocks in CI. Console is for human staging QA.
Homepage or 10 minute page?
Twenty for longer debugging. Ten for a harder timer.
Is this for SMS OTP?
No. Email only.

For authorized testing and development only. Preview inbox uses demo mail until DNS/MX is live on domains Chirag owns. Do not use for fraud, impersonation, privacy anonymity, or production traffic.