Create an address
Generate a readable mailbox name ending with five random digits.
Disposable email inbox
Generate a readable disposable mailbox on hidemailbox.com, fixeroscore.com, or mindmatrixcore.com, receive verification emails, copy OTP codes, and keep your primary inbox protected from spam.
Your temporary address
Paste an old HideMailbox address to reopen its inbox while it is still active.
Message detail
How it works
Generate a readable mailbox name ending with five random digits.
Paste the temporary address into sign-up forms, trials, or verification flows.
Refresh the inbox, reopen a previous email, 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, fixeroscore.com, and mindmatrixcore.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":"fixeroscore.com"}'
{
"email": "silveratlas49666@fixeroscore.com",
"ttl": 600
}
FAQ
Each mailbox currently lasts 10 minutes.
Yes. The live domains are hidemailbox.com, fixeroscore.com, and mindmatrixcore.com.
Yes, it is suitable for testing verification and onboarding flows that send normal email messages.
No. The interface is clean and self-contained.