
Believe it or not, email remains the backbone of online applications. It powers everything from signup confirmations to password resets. Yet, for many developers, handling email is a constant headache. Cloudflare now wants to take away that pain with the launch of its new Email Service, which unifies sending and routing into a single platform built directly into its Workers ecosystem.
At the heart of this announcement is Email Sending, a feature entering private beta this November. Developers can now send transactional emails directly from Cloudflare Workers with just a few lines of code. The company has also integrated deliverability safeguards, automatically configuring DNS records like SPF, DKIM, and DMARC so messages reach inboxes quickly and avoid spam filters. Cloudflare stresses that speed and reliability matter here. For instance, a delayed or misrouted email can derail onboarding flows and erode user trust.
ALSO READ: Cloudflare shocks the Internet with launch of NET Dollar stablecoin
The service aims to make email feel like a native part of application development. Instead of juggling third-party APIs, SMTP setups, and leaked API keys, developers can simply add bindings to wrangler.jsonc and send messages securely. Workers can also be used to process incoming emails, store attachments in R2, and manage background tasks with Queues. Local testing is supported as well, letting developers emulate email sending without leaving their workflow.
Cloudflare hasn’t ignored flexibility either. The platform supports traditional REST APIs and SMTP for those who want to integrate external services, and it works with libraries like React Email to build rich, template-driven HTML emails. Developers can track bounce rates, debug missing messages, and monitor delivery events directly within their workflow.
ALSO READ: Cloudflare launches Content Signals Policy to fight AI crawlers and scrapers
On the inbound side, Cloudflare’s existing Email Routing remains free and is now part of this broader offering. Routing lets developers receive and programmatically process emails, opening doors to AI-driven workflows. For example, incoming messages could be parsed with Workers AI to flag incidents, auto-generate support tickets, or store invoices. By combining sending and routing, Cloudflare positions its Email Service as a full-stack communications engine for modern apps.
Pricing details are still being finalized, but Cloudflare has confirmed that Email Sending will require a paid Workers subscription and be billed based on the number of messages sent. Routing limits remain unchanged. Developers can sign up for the Email Sending beta waitlist now, while routing is already available.
This move underscores a broader trend: email may be decades old, but it’s finding new relevance in the age of AI agents and automated workflows. Cloudflare wants its Email Service to be the foundation for that future, while also easing one of the most persistent frustrations developers face today.