All domains are operational — visit /domains to pick the right one for your use case.

Disposable Email,
Instant Privacy.

Get a temporary inbox in seconds. No sign-up, no tracking — just a clean, private email address whenever you need one.

Your Temporary Email
Generate or customize your disposable address.
Free Plan ACTIVE Free tier is rate-limited. Upgrade for Ultra Fast processing.
Settings
Customize your inbox.
Allow Subdomains
e.g., alice.yourdomain.com
Username Length: 8
Controls generated username length.
Statistics
Live service metrics.
Emails Today
Domains
Total Emails Received
100+
Domains Available
10 min
Email Lifetime
0
Sign-ups Required
Free
Always & Forever

Three steps, zero friction

01

Pick an address

Type any username or generate one. Choose from 100+ domains. No registration, no password.

02

Receive instantly

Use the address anywhere. Emails appear in your inbox within seconds, automatically refreshed.

03

Auto-expires

Emails vanish after 10 minutes. No clutter, no history, nothing stored permanently.

Everything you need, nothing you don't

100+ Domains

Pick from over 100 domains. Switch anytime — all inboxes are ready the moment you type.

Auto-Refresh

Inbox polls for new mail every 5 seconds. No manual refresh needed — it just works.

HTML & Plain Text

Read emails in rendered HTML, plain text, or raw source — toggle per message.

Instant Delivery

Emails land within seconds via dedicated SMTP servers across multiple domains.

Zero Tracking

No accounts. No analytics on you. No ads. Your privacy is the default, not an option.

REST API

Full REST API to automate inbox checks, generate addresses, and integrate into your pipelines.

Simple & transparent

Start free forever. Upgrade when you need speed, private domains, or API automation.

Free
$0/mo
No credit card required
  • Access all public domains
  • Instant inbox, no signup
  • 10-minute email lifetime
  • HTML, text & raw view
  • Public REST API
  • Private domain inbox
  • Extended email lifetime
Start Free

Automate everything

REST API — generate inboxes, fetch emails, and integrate into testing pipelines.

GET /api/inbox/:email
GET /api/inbox/user@domain.com

{
  "emails": [
    {
      "id": "abc123",
      "sender": "verify@service.com",
      "subject": "Verify your email",
      "received_at": 1718000000000
    }
  ]
}
GET /api/email/:id
GET /api/email/abc123

{
  "email": {
    "id": "abc123",
    "body_html": "<p>Click to verify</p>",
    "body_text": "Click to verify…",
    "expires_at": 1718000600000
  }
}
GET /api/domains
GET /api/domains

{
  "domains": [
    "domain1.com",
    "domain2.net",
    … 98 more
  ]
}