Reset flows need a known user and an address the app recognizes. Seed the user with a generated email, trigger reset, then read the token mail here.
Keep production SMTP far away from these runs.
The tech behind reset-mail receive
Seed with a DummyEmails identity, trigger forgot-password, read the message in the 20 minute window, complete the UI. Owned domains keep the path inside your lab.
What is password reset email testing?
It is proving recovery without using a human inbox. DummyEmails is the short-lived recipient.
Why reset tests need throwaway identities
Parallel runs reuse one user at their peril. Fresh addresses make token races rarer.
How to choose a reset inbox
TTL long enough for the mail to arrive, owned host, copy control. Twenty minutes is the DummyEmails default.
How to use this page
Create the account with the minted address in before hooks. Reset becomes a UI and token exercise against the inbox table.
Conclusion
Reset testing belongs in lab. DummyEmails will not host production recovery mail.
Popular Articles
Short DummyEmails guides for QA labs, OTP checks, and browser automation.
Owned-domain temp inbox for QA
Why a hostname you control beats a public shared inbox when signup and OTP tests need a predictable allowlist.
OTP testing without your real mail
Mint a recipient, trigger the code from staging, read it in a short live window, and keep personal inboxes out of QA.
Playwright throwaway email
Give each browser worker a private identity so parallel signup specs stop colliding on one fixture.
Cypress throwaway email
Alias a fresh DummyEmails address per spec and keep retries from reusing yesterday's user row.
10 minute email for testing
Live 10-minute countdown inbox for short QA sessions.
Disposable email for signup forms
Burn-after-use addresses so staging signups never hit real CRM.
FAQ
- Do you host reset links forever?
- No. The inbox expires after 20 minutes.
- Can I reuse the same reset user?
- You can, but fresh addresses make parallel runs safer.
- How long is the inbox live?
- Twenty minutes on owned domains. Generate a new address after expiry.
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.