VaultMail
Live · 3 domains

Disposable email,
done right.

Real inboxes on real domains, with real-time delivery. Free for everyone. REST API and AI agent tools for builders.

Your inbox is ready
kiv5gsmhcv@misterrium.bg
Open inbox →
Or pick your own
01
Real domains, real reputation

Inboxes on dropcatched .bg domains with mail history. Work on sites that block Mailinator and temp-mail.org.

02
Real-time delivery

Server-Sent Events push messages to your browser within 1 second of arrival. No polling, no refreshing.

03
Verification codes extracted

OTP regex pipeline finds 4–8 digit codes in subject and body. One-click copy when you need it.

04
REST API + webhooks

Programmatic inbox creation, JSON message format, raw .eml export. Mailinator-compatible at a fraction of the price.

05
Privacy by default

Tracking pixels detected, images blocked, HTML sandboxed. We don't track you. Free tier requires no account.

06
Built for AI agents

MCP server (coming soon) lets Claude and GPT use VaultMail to receive verification codes and confirm registrations.

For developers

One curl away from a working inbox.

Same primitive APIs Mailinator charges $99/month for, exposed under /api-docs. JSON shape, SSE stream, OTP extraction, raw .eml download.

# Create an inbox
curl -X POST https://vaultmail.viktorarsov.com/api/v1/inboxes/generate \
  -H "Content-Type: application/json" \
  -d '{"domain":"misterrium.bg"}'

# Stream new messages
curl -N https://vaultmail.viktorarsov.com/api/v1/sse/inbox/<addr>

# Read a message
curl https://vaultmail.viktorarsov.com/api/v1/messages/<id>

Ready when you are.

Send anything to your address. It appears here within a second.

Open my inbox →