Getnada — Free Temporary Email & 10-Minute Email

Create a disposable inbox in seconds. Receive verification codes, block spam, and protect your real address with Getnada temporary email — anytime, anywhere.

[email protected]

Guest-tier domains work without signing in. Register and verify your email for member-tier domains and API keys (after verification). Premium access is arranged manually via Contact— there is no checkout on this site.

Tip: bookmark an inbox URL to return later while it is still active.

It's that simple

When your email address is too precious. GetNada isn't.

Catch-all addresses

Point junk signups and one-off senders here instead of your real address — keep the important mailbox clean.

Free-for-all addresses

Anonymous, fast, and disposable — ideal when a site demands an email but you do not owe them your identity.

Forget-it-all addresses

Addresses expire on a schedule. When you are done, walk away — no long-lived account to manage.

GetNada FAQ — temporary email & disposable inboxes

GetNada is a free temporary email service that gives you disposable inboxes in the browser — no signup required for guest domains. Create a throwaway address, receive verification codes and newsletters in your inbox, and keep spam away from your personal email. Below are quick answers; open any question to read more, or visit the full FAQ page for details on accounts, API access, and privacy.

View all FAQ →

GetNada gives you a disposable email address and a browser inbox. Use it for verifications, trials, or downloads without handing your personal mailbox to marketers and spam.

Retention depends on server settings (often many hours). When a temporary inbox expires, reopening the same address may start a new session — ideal for short-lived 10-minute email style use.

Open your unique inbox URL in GetNada. When Redis is available, new mail can appear via live updates (SSE); otherwise the UI polls — both are normal for temporary email inboxes.

Product snapshot

GetNada guest temporary email and inbox URLs stay the default. Accounts add verification, more disposable domains, and API keys — no checkout on this site; premium stays manual via Contact.

In this deployment

  • Browser disposable inboxes + HTTP APIs (open, messages, stream, public domains)
  • SMTP ingest via Postfix on your VPS (outside this Next app)
  • Registration, email activation, session cookies; guest-equivalent until verified
  • API keys: create / list / revoke for verified members (see API)
  • Domain tiers: guest / member / premium in product data (premium via Contact only)
  • Forgot / reset password (email link); sessions invalidated after reset via auth_revision

Deferred (not here yet)

  • Self-serve billing or in-app premium checkout
  • Hard enforcement UI for per-key API usage quotas (schema groundwork exists)
  • Admin console, org/team sharing, analytics suite

Example authenticated call (use a key you create after verifying your account)

curl -sS -H "Authorization: Bearer YOUR_API_KEY" \
  "$(echo $PUBLIC_ORIGIN)/api/ready"
API & developers →