What problem does it solve? Cloudflare Email Service launched in 2025 and evolves rapidly, so pre-trained knowledge about its APIs, bindings, and configuration is often outdated or wrong. This Skill routes every email task to current documentation and codifies common mistakes (missing bindings, unverified domains, single-use raw streams) so integrations work on the first attempt. ## Core Features & Use Cases - Sending Emails: Send transactional email from Workers via the send_email binding, from external apps via the REST API, or from coding agents via wrangler CLI and MCP tools. - Receiving & Routing Emails: Handle inbound email with the Workers email() handler, including forwarding, replying, rejecting, and MIME parsing with postal-mime. - Deliverability & Monitoring: Manage SPF/DKIM/DMARC, suppression lists, sending quotas, and GraphQL analytics for delivery tracking. - Use Case: Build a support inbox where incoming emails are parsed and stored in a Durable Object, reviewed by a human, and answered later via the send_email binding with proper threading headers. ## Quick Start Ask the agent to send a transactional email from a Cloudflare Worker using the send_email binding, starting by verifying the domain is onboarded with wrangler email sending list.