fake.bg
Live · 2 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
e2oxtb7jb7@oral.bg
Full view →
Inbox
0 of 0
Waiting for mail…
Send anything to this address. New messages appear in real time.
SSE: connecting
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

Agent tools are live: Claude and GPT can list inboxes, read email, extract OTPs and click links via fake.bg. Automated send and sign-up flows are in progress.

New · Privacy

Don't just hide your email.
Get a whole identity.

Generate a complete, synthetic Bulgarian persona — name, national ID (ЕГН), address, phone, and a real-looking email — in one click. Hand it to a sign-up form instead of your real data and receive the confirmation mail right here.

Generate a fake identity →

Synthetic data for privacy & testing — never for KYC.

Sample identity
Name · Любомир Георгиев
ЕГН · 82122750••
Address · бул. Цар Освободител 156, Русе
Phone · +359 87 760 0664
Email · lyubomirgeorgiev@oral.bg
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://fake.bg/api/v1/inboxes/generate \
  -H "Content-Type: application/json" \
  -d '{"domain":"oral.bg"}'

# Stream new messages in real time
curl -N https://fake.bg/api/v1/sse/inbox/<addr>

# Read a message (extracts OTP, links, attachments)
curl https://fake.bg/api/v1/messages/<id>