Get a temporary inbox in seconds. No sign-up, no tracking — just a clean, private email address whenever you need one.
Type any username or generate one. Choose from 100+ domains. No registration, no password.
Use the address anywhere. Emails appear in your inbox within seconds, automatically refreshed.
Emails vanish after 10 minutes. No clutter, no history, nothing stored permanently.
Pick from over 100 domains. Switch anytime — all inboxes are ready the moment you type.
Inbox polls for new mail every 5 seconds. No manual refresh needed — it just works.
Read emails in rendered HTML, plain text, or raw source — toggle per message.
Emails land within seconds via dedicated SMTP servers across multiple domains.
No accounts. No analytics on you. No ads. Your privacy is the default, not an option.
Full REST API to automate inbox checks, generate addresses, and integrate into your pipelines.
Start free forever. Upgrade when you need speed, private domains, or API automation.
REST API — generate inboxes, fetch emails, and integrate into testing pipelines.
GET /api/inbox/user@domain.com { "emails": [ { "id": "abc123", "sender": "verify@service.com", "subject": "Verify your email", "received_at": 1718000000000 } ] }
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 { "domains": [ "domain1.com", "domain2.net", … 98 more ] }