H HideMailbox Get Email

Disposable email inbox

Temporary email that is clean, private, and ready in seconds.

Generate a disposable mailbox on hidemailbox.com, receive verification emails, copy OTP codes, and keep your primary inbox protected from spam.

Ready
mail-72d5ede2c0@hidemailbox.com Active disposable mailbox

Your temporary address

Create a disposable mailbox

Mailbox expires in --:--

Message detail

Select a message

From
--
Time
--
Code
--
Email content will appear here.

How it works

Receive emails without exposing your personal inbox.

1

Create an address

Generate a random mailbox on hidemailbox.com with one click.

2

Use it anywhere

Paste the temporary address into sign-up forms, trials, or verification flows.

3

Read incoming mail

Refresh the inbox and open messages directly in your browser.

4

Copy codes quickly

Verification codes are detected automatically so you can copy them faster.

Privacy

Designed for short-lived, disposable communication.

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.

Good for

  • Account verification
  • Newsletter previews
  • Testing forms
  • Protecting your primary inbox

Not for

  • Banking or critical accounts
  • Password recovery addresses
  • Long-term communication
  • Sensitive legal or medical records

API access

Temporary email API for automated workflows.

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.

GET/api/domains

Return the available temporary mail domains.

POST/api/emails

Create a new temporary mailbox with a TTL countdown.

GET/api/emails/{email}/messages

List messages received by a temporary mailbox.

GET/api/messages/{id}

Return the full content of a selected message.

Example request
curl -X POST https://hidemailbox.com/api/emails \
  -H "Content-Type: application/json" \
  -d '{"domain":"hidemailbox.com"}'
Example response
{
  "email": "mail-72d5ede2c0@hidemailbox.com",
  "ttl": 600
}

FAQ

Frequently asked questions.

How long does a mailbox last?

Each mailbox currently lasts 10 minutes.

Can I choose the domain?

Yes. The live domain is hidemailbox.com.

Can I use this for production testing?

Yes, it is suitable for testing verification and onboarding flows that send normal email messages.

Does the website use ads or trackers?

No. The interface is clean and self-contained.