Skip to content

maile.uk

maile.uk is a free, open disposable email service built for developers. Every @maile.uk address is instantly available — no signup, no configuration, no waiting.

Open any inbox by visiting:

https://maile.uk/box/<name>

Or call the API directly:

Terminal window
curl https://api.maile.uk/inbox/hello@maile.uk
FeatureDetails
Instant inboxesAny <name>@maile.uk is immediately usable — just visit the URL
No signup requiredZero accounts, zero tracking, zero cookies
Real-time deliveryNew emails pushed to the browser via SSE — no polling
REST APIFull programmatic access for automation and testing
WebhooksBrowser-side (local) and server-side (remote) webhook delivery
Password protectionLock an inbox with a time-limited password
Self-destructSchedule an inbox to auto-delete after N hours
Audio notificationsOptional chime on new email arrival
Recent mailboxesBrowser remembers your last 5 visited inboxes
Mobile-friendlyResponsive split-panel layout with back navigation on small screens
LayerTechnology
Email receptionCloudflare Email Routing → Worker
StorageCloudflare R2 (raw .eml + parsed HTML/text)
MetadataCloudflare D1 (SQLite)
APICloudflare Workers (Hono)
UITanStack Start + shadcn/ui + Tailwind CSS v4
Real-timeServer-Sent Events (SSE)
CleanupCloudflare Cron (every 10 minutes)
  • Emails are automatically deleted after 8 hours (configurable via admin settings)
  • Unread emails are purged after 10 minutes to reduce noise
  • Each inbox holds a maximum of 50 emails — oldest are removed first when the cap is reached
  • Expired passwords are cleared automatically without deleting emails
  • Self-destruct expiry deletes the entire inbox including all emails and settings

maile.uk is public — any inbox is accessible to anyone who knows the address. Do not send secrets, passwords, or sensitive data.

All inboxes are shared globally. There is no private mode unless you use password protection.