Sometimes one address is not enough. Bulk mode mints a list you can copy into CSV seeds.
Keep counts reasonable. This is for fixtures, not for spamming the internet.
The tech behind bulk minting
Each row is a unique local-part on an owned DummyEmails host. Duplicates are skipped while filling the batch. The live inbox console on other pages is still one identity at a time.
What is bulk dummy email?
A list of throwaway recipients for seeds and parallel jobs. DummyEmails caps a request so this stays a lab tool.
Why seed scripts need many addresses
Load-style signup tests and multi-tenant fixtures cannot share one mailbox. Mint a batch, write it to fixtures, create users via your admin API.
How to choose a count
Start small. Max is 100 per request on day one. You do not need a thousand rows to prove uniqueness.
How to use this page
Set the count, generate, copy the list. Then run UI suites against the ids you created from those rows.
Conclusion
Bulk DummyEmails output is fake test data. If you configure an education-looking host yourself, label the dataset clearly. Do not use it for outreach.
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
- What is the max count?
- 100 per request on day one.
- Can I export CSV?
- Copy the list from the UI for now. Dedicated export can land later.
- How long is the inbox live?
- A single console inbox expires after 20 minutes. Bulk lists are strings you store in fixtures.
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.