Anonymous
No account, name, or phone number required. Your identity never touches our servers.
Free · Instant · Private
An address in seconds, no account needed. Messages are held in memory only and deleted automatically after 30 minutes.
Your address
No saved messages
Click Save on any message to keep it here across sessions.
What is it
A temporary email address — also called a disposable email, throwaway email, or 10 minute mail — is a short-lived inbox you can use in place of your real address whenever a website or app demands one. It works exactly like a normal inbox: you receive emails, read them, click links, copy codes. The difference is that it disappears automatically after a set period, leaving no lasting account or trail.
Services like WebMailTemp give you a fresh address instantly with zero registration. When a signup form demands an email, paste in your temporary one, receive the verification code or download link, then move on — without handing your real address to future marketing campaigns, data brokers, or breach-prone databases.
Temporary email is especially useful for free trials, developer testing, accessing gated content, and anywhere you need to hand an address to a service you don't fully trust yet. Think of it as a one-way privacy layer between your real identity and the wider internet.
Step by step
A new temporary email address is generated automatically the moment you visit this page. No sign-up, no personal information, nothing.
Hit Copy and paste the address into whatever service is asking for your email — a signup form, a free trial, a newsletter paywall.
Your inbox refreshes automatically every second. Verification codes, confirmation links, and download emails appear here in real time.
Copy the code or click the link. When the session expires in 30 minutes the inbox and all messages vanish automatically.
Why us
No account, name, or phone number required. Your identity never touches our servers.
Core features are free forever. No credit card, no hidden fees, no plans that expire without warning.
Keep promotional emails and newsletters out of your real inbox — permanently and effortlessly.
Inboxes expire automatically after 30 minutes. No data left behind. No account to delete.
Emails are stored in memory only — never written to disk, never shared with third parties.
All incoming email content is escaped before rendering. No scripts can execute from emails.
Developers
No API key, no OAuth dance. Three endpoints, plain JSON, free for personal use and testing.
/api/createCreate a new inbox (or reuse your current session). Add ?username=yourname for a custom address.
$ curl -c jar.txt https://webmailtemp.com/api/create
{
"success": true,
"email": "[email protected]",
"username": "x7k2m9q4w1",
"ttl": 1800
}
/api/check/<username>Poll for messages. Requires the session cookie from /api/create.
$ curl -b jar.txt https://webmailtemp.com/api/check/x7k2m9q4w1
{
"success": true,
"count": 1,
"emails": [ { "from": "...", "subject": "...", "body": "..." } ]
}
/api/domainsList the domains currently available for new addresses.
$ curl https://webmailtemp.com/api/domains
{
"domains": ["webmailtemp.com"]
}
Fair-use limits apply. Inboxes expire after 30 minutes — same rules as the web app.
FAQ
Your temporary inbox is active for 30 minutes from the moment it's created. After that, it expires automatically and any unread messages are gone. A Premium plan (coming soon) will offer extended retention up to 24 hours.
Not on the free plan — the 30-minute window is fixed. However, you can click Save on any message to persist its content in your browser's local storage so you can reference it later, even after the session expires.
Yes, for low-stakes signups and verifications. Do not use a temporary email for anything important — banking, healthcare, primary social accounts, or services you'll need to recover access to later. Anyone who knows your temporary address could theoretically view your inbox during the active window.
Currently attachments are not supported — we only deliver the text and HTML body of incoming emails. Attachment support is on the roadmap for Premium users.
Your inbox is tied to a session cookie in your specific browser. Someone who knows your exact temporary email address and has access to your session (i.e., your browser on your device) could see it — but a random person on the internet cannot browse inboxes. For maximum security, use the auto-generated random address rather than a custom name that someone could guess.
Blog
Every time you hand your email to a website, you create a permanent link between your identity and that service. Here's why that matters — and what you can do about it.
A practical guide for developers who need to test signup, password reset, and notification emails in staging environments without managing dozens of throwaway accounts.
From sketchy download sites to conference Wi-Fi portals, there are plenty of moments where your real email is simply too valuable to risk. Here are five you'll recognize.
Ecosystem
Get instant access to a temporary inbox from your browser, phone, or by integrating our API — wherever you need it.
Point your phone camera at this code to open your inbox on another device.