Your Temporary Email

No signup. No tracking. Auto-deletes in 1 hour.

Zero Data Collection

No registration, no personal data, no tracking pixels. Your privacy is absolute.

Instant & Fast

Create an email in 1 second. Receive messages in real-time. Auto-deletes after 1 hour.

Developer API & MCP

REST API for automated testing. MCP Server for AI agents. SDKs for TypeScript and Python.

20+ Languages

Available in 20+ languages. Same privacy, same speed, worldwide.

How It Works

1

Choose a domain

Pick from gonebox.email, sumiu.email, or nemexiste.email

2

Get your address

Instantly generated or choose your own username

3

Receive emails

Use it for signups, verifications, or trials. Emails arrive in real-time.

4

It's gone

After 1 hour, your inbox and all emails are permanently deleted.

Built for Developers

REST API + MCP Server for AI agents. Automate temp email in your workflows.

REST API
const res = await fetch(
  'https://api.gonebox.email/v1/inboxes',
  {
    method: 'POST',
    headers: {
      'X-API-Key': 'your-key',
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      domain: 'gonebox.email'
    })
  }
);

const { address } = await res.json();
// => "[email protected]"
MCP Server (AI Agents)
// claude_desktop_config.json
{
  "mcpServers": {
    "gonebox": {
      "command": "npx",
      "args": [
        "-y",
        "@gonebox/mcp-server"
      ],
      "env": {
        "GONEBOX_API_KEY": "your-key"
      }
    }
  }
}

Pricing

Most Popular

Free

$0forever
  • 3 domains
  • 1 hour TTL
  • 100 emails/day
  • Web interface

Dev

$15/month
  • Everything in Free
  • API access
  • 1,000 emails/day
  • 24h TTL
  • No ads
Best Value

Startup

$49/month
  • Everything in Dev
  • 10,000 emails/day
  • Webhooks
  • Priority support
  • MCP Server

Enterprise

$199/month
  • Everything in Startup
  • 100,000 emails/day
  • Custom domains
  • SLA 99.9%
  • Dedicated support

Frequently Asked Questions

What is a temporary email?
A temporary email (also called disposable email or throwaway email) is an email address that exists for a short period and then self-destructs. It protects your real inbox from spam, marketing emails, and data breaches.
Is GoneBox free?
Yes! GoneBox is completely free for personal use. We also offer paid API plans for developers and businesses starting at $15/month.
How long do emails last?
Free inboxes expire after 1 hour. Paid plans can extend this to 24 hours. All data is permanently deleted after expiration.
Can I send emails?
No. GoneBox is receive-only by design. This keeps the service safe and prevents misuse for spam.
Is this legal?
Absolutely. Temporary email services are legal tools for privacy protection. GoneBox complies with GDPR and LGPD.
Do you have an API?
Yes! Our REST API lets you create inboxes, read messages, and integrate with your apps. We also offer an MCP Server for AI agents like Claude and Cursor.