What problem does it solve? Integrating transactional email into applications requires navigating Cloudflare Email Service setup, domain onboarding, binding configuration, and deliverability rules, which are easy to get wrong without up-to-date guidance. ## Core Features & Use Cases - Email Sending: Send transactional emails from Cloudflare Workers via the send_email binding, from external apps via the REST API, or from coding agents via wrangler CLI and MCP tools. - Email Receiving & Routing: Handle inbound emails with a Worker's email() handler, forward to verified destinations, reply with threading headers, and parse MIME content with postal-mime. - Deliverability Management: Configure SPF/DKIM/DMARC, monitor bounces and suppression lists, and query email analytics through the GraphQL API. - Use Case: Add a welcome email to a Cloudflare Worker by configuring the send_email binding in wrangler.jsonc, onboarding the sending domain, and calling env.EMAIL.send() with HTML and text bodies. ## Quick Start Ask the agent to add email sending to your Cloudflare Worker using the send_email binding and onboard your domain with wrangler.