A Cloudflare Email Routing Worker inbox starts with a deliberate choice: send inbound mail to a Worker instead of only forwarding it. That choice buys control at the edge. It does not, by itself, buy folders, unread badges, or a morning inbox habit.
Short answer: FlareMail is a web inbox for Cloudflare-powered email — a Worker-backed inbox for Cloudflare Email Routing.
Cloudflare email inbox in your browser. Additional domains are $9.99/mo.
FREE 1st domain · $9.99/mo more
Why route Email Routing to a Worker
Forwarding is simple. Routing to a Worker is powerful. You can inspect messages, store them on your terms, trigger automation, apply custom policy, and keep mail close to the rest of your Cloudflare stack.
Builders pick the Worker path when email is part of a product or ops system — not just a personal convenience forward into Gmail.
The inbox gap after the Worker catches mail
Once the Worker has the message, someone still has to read it. Logging to R2 or writing rows to D1 is storage. An inbox is presentation plus interaction: open, reply, file, search, attach.
Many teams stop at “we can receive in the Worker” and then paste raw content into Slack. That works until volume grows or non-engineers need access. The Cloudflare Email Routing Worker inbox is the product layer that prevents that collapse.
Reference shape for a Worker-backed inbox
Keep responsibilities sharp so you do not rebuild all of email inside one script.
- Email Routing rule delivers the address to your Worker.
- Worker validates and persists metadata (D1) and bodies/attachments (R2).
- API endpoints expose list/read/send to an authenticated client.
- The web inbox provides the human interface — FlareMail’s job in this stack.
- Optional hooks stay in the Worker for automation without blocking the UI path.
FlareMail on the Worker inbox path
FlareMail turns Email Routing → Worker into a daily web inbox so builders keep edge control without inventing mail UX from scratch.
FREE for your first domain; additional domains are $9.99/mo.
FlareMail is FREE for your first domain. Additional domains are $9.99/mo.
FREE 1st domain · $9.99/mo more
Sources and context
- Cloudflare Email Service routes incoming emails to custom addresses, Workers, or external destinations.
- Cloudflare routing rules can send mail to an email address, send it to a Worker, or drop it.
- Cloudflare Workers can send email through send_email bindings.
- Cloudflare documents sending and routing as related but separate email setup paths.
- Cloudflare Email Routing can route mail to Workers for custom handling.
FAQ
What is a Worker inbox?
It is an inbox UX sitting on mail routed to a Cloudflare Worker instead of a classic mailbox host.
Do I manage the Worker myself?
FlareMail includes the Worker-backed path so you get the architecture without building the whole product.
Cost?
FREE for your first domain; additional domains are $9.99/mo.
FREE for your first domain. Web inbox for Cloudflare Email Routing — additional domains are $9.99/mo.
FREE 1st domain · $9.99/mo more