Create an address
Generate a random mailbox on hidemailbox.com with one click.
Disposable email inbox
Generate a disposable mailbox on hidemailbox.com, receive verification emails, copy OTP codes, and keep your primary inbox protected from spam.
Your temporary address
Message detail
How it works
Generate a random mailbox on hidemailbox.com with one click.
Paste the temporary address into sign-up forms, trials, or verification flows.
Refresh the inbox and open messages directly in your browser.
Verification codes are detected automatically so you can copy them faster.
Privacy
HideMailbox is built for temporary email workflows. Mailboxes expire automatically, messages are displayed only for the active mailbox lifetime, and the interface does not include advertising scripts, external tracking pixels, or third-party analytics.
API access
Use the API to create disposable mailboxes, list available domains, refresh inbox messages, and retrieve full message details. The current deployment is self-hosted for hidemailbox.com.
/api/domainsReturn the available temporary mail domains.
/api/emailsCreate a new temporary mailbox with a TTL countdown.
/api/emails/{email}/messagesList messages received by a temporary mailbox.
/api/messages/{id}Return the full content of a selected message.
curl -X POST https://hidemailbox.com/api/emails \
-H "Content-Type: application/json" \
-d '{"domain":"hidemailbox.com"}'
{
"email": "mail-72d5ede2c0@hidemailbox.com",
"ttl": 600
}
FAQ
Each mailbox currently lasts 10 minutes.
Yes. The live domain is hidemailbox.com.
Yes, it is suitable for testing verification and onboarding flows that send normal email messages.
No. The interface is clean and self-contained.