Email Service
Email for applications, workflows, and agents
Cloudflare Email Service gives your applications and agents a native way to send transactional email, receive inbound messages, and automate workflows on a global network.
Built for Agents
Programmable by default
One platform, bidirectional email
A few lines of code. Global email delivery.
Use Email Sending for outbound delivery and Email Routing for inbound handling, all from the same Workers application.
Send from Workers
Route inbound email
Enrich and orchestrate
Reply or escalate

export default { async fetch(request, env) { await env.SEND_EMAIL.send({ to: [{ email: "user@example.com" }], from: { email: "notifications@your-domain.com", name: "Your App" }, subject: "Your order has shipped", text: "Your order #1234 has shipped and is on its way." }); return new Response("Email sent"); }, };
Compute
Storage
AI
Media
Network
SASE / Zero Trust
Build without boundaries
Join thousands of developers who've eliminated infrastructure complexity and deployed globally with Cloudflare. Start building for free — no credit card required.