What problem does it solve? Cloudflare Email Service launched in 2025 and evolves rapidly, so pre-trained knowledge of its APIs, bindings, and configuration is often outdated or wrong. This Skill routes every email task to current documentation and codifies the common mistakes (missing bindings, unverified domains, single-use raw streams) that break implementations. ## 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: Build email() handlers that forward, reply, reject, or parse inbound mail with postal-mime, including store-and-reply-later patterns using Durable Objects. - Deliverability & Operations: Configure SPF/DKIM/DMARC, manage suppression lists, check sending quotas, and query zone-level GraphQL analytics for delivery monitoring. - Use Case: You need your Cloudflare Worker to send order confirmations and handle inbound support replies. The Skill walks you through domain onboarding, binding configuration, sending with proper threading headers, and monitoring bounce rates. ## Quick Start Ask the agent to set up Cloudflare Email Sending on your domain and send a test transactional email from a Worker.