Reuse a temporary email address: custom handles, explained
2026-08-24
The default mental model for a disposable inbox is one-shot: generate it, use it once, let it burn. But 10MinMail also lets you type any handle — the part before the @ — into the "Reopen an inbox by handle" field and land on that exact address again, whether it's the random string you used ten minutes ago or a name you make up yourself. Knowing how to reuse a temporary email address on purpose opens up a few use cases the default random-and-gone flow doesn't cover, but it also changes the safety math you're relying on. Here's how reopening actually works, what does and doesn't come back with it, and when you should leave the random handle alone.
Why reuse a temporary email address at all?
A handful of situations benefit from a repeatable address instead of a fresh random one every time:
- Repeated developer or QA test runs. Scripts and test suites that reference the same inbox name for every run, instead of scraping a new random address out of the page each time — see testing signup flows with temp mail.
- Checking back after closing the tab. If you generated an address, closed the browser, and lost the cookie before the mail arrived, typing the handle back in gets you to the same inbox without waiting it out.
- Switching devices mid-flow. The cookie that remembers your address is tied to one browser; typing the handle on a second device points that browser at the same inbox instead of creating a new one.
- A shared, memorable inbox for a small group. A handle like docs-demo could be agreed on in advance so a couple of people can all check the same notifications without setting up an account.
How to reopen an inbox by handle
- Note the handle. It's whatever comes before the @ — either one you already used, or one you're inventing on the spot.
- Open the [10MinMail homepage](/). A fresh random address loads automatically, but you don't need it.
- Type the handle into "Reopen an inbox by handle" and submit. Your browser now points at that address instead, with a new default 10-minute countdown, and any mail already sitting in that inbox shows up immediately.
Custom handle vs. random handle: the trade-off
A randomly generated handle is, for practical purposes, unguessable — nobody stumbles onto your inbox by accident. A custom handle trades that away for memorability, and it's worth being precise about what changes: there is no password on a temp mail inbox, so anyone who knows or guesses the handle can open the exact same address and read the exact same messages. That isn't a bug specific to reusing a handle — it's the same trust model every 10MinMail address runs on, covered in is temp mail safe? — but a custom handle you've shared or reused publicly is obviously easier to guess than a random string, so it deserves the same caution you'd give a shared password.
| Random handle (default) | Custom handle | |
|---|---|---|
| Guessable by others | Practically no | Only as safe as who else knows it |
| Easy to remember or share | No | Yes |
| Good for | One-time signups you'll never revisit | Repeated test runs, deliberate reuse |
What actually survives when you reopen an address
Reopening a handle always works, but what you find depends on timing. If the address hasn't expired yet, its buffered messages are still sitting there and reappear the moment you reopen it — nothing was lost, you just pointed your browser back at the same inbox. Once an address has actually expired, though, its messages are deleted for good; reopening the handle afterward hands you the same address again, ready to receive new mail, but the earlier messages don't come back. How long temporary emails last covers that expiry behavior in detail. One more detail worth knowing: reopening always starts a fresh default 10-minute countdown, regardless of how long the address had been extended before — if you need more time again, use the +10 min / +1 h buttons as usual.
When not to reuse a handle
- Skip anything personal or predictable. A handle built from your name, employer or a project everyone can already see is exactly as guessable as it looks — pick something arbitrary instead.
- Don't treat it as a stand-in for a real account. A reopened address is still receive-only and still not built for anything you'd need to recover long-term; see when not to use a temporary email address for the full list.
- For a genuine one-time signup, leave the random handle alone. Overriding it only makes sense when you actually intend to come back — otherwise the default is already the safer choice.
Try it yourself
Generate a free temporary address, note the handle, close the tab, and reopen it a minute later to see the same inbox waiting. No signup, nothing to remember except the handle itself — and the FAQ covers the remaining edge cases.