What the Disposable Email Generator Produces
AnyTool’s Disposable Email Generator creates random email ADDRESSES for testing, placeholder and sample data — not working inboxes — entirely in the browser. The local part is built from a chosen style: word+number (e.g. lunar.pixel42), first.last, firstlast+number, initials+number, or random alphanumeric, with every word, name, digit and character drawn from the Web Crypto API via rejection sampling so the choices are unbiased. The domain comes from one of four modes. The DEFAULT is “Safe reserved”: example.com / .net / .org plus the .test / .example / .invalid TLDs that RFC 2606 and RFC 6761 permanently reserve for documentation and testing, which can never be registered and are therefore guaranteed non-deliverable. The other modes are “Real providers” (gmail.com, outlook.com… realistic-looking but resolvable), “Throwaway-style” (mailinator.com and similar disposable-inbox names), and “Custom domain” (you type your own, e.g. a staging domain). You can generate 1–500 at once with optional dedupe, an optional +tag for plus-addressing, and force-lowercase, then copy a single address, copy the whole list, or download it as plain text, CSV (with an email,local_part,domain header) or a JSON array.
- Local-part styles: word+number, first.last, firstlast+number, initials+number, random alphanumeric
- Default domain mode = RFC 2606 / 6761 reserved (example.com, .test, .invalid) — guaranteed non-deliverable
- Other modes: real providers, throwaway-style, and a user-typed custom domain
- Bulk 1–500 with dedupe, optional +tag plus-addressing and force-lowercase
- Export as plain text (one per line), CSV (with header) or a JSON array; copy one or copy all
