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 - Send Emails from Workers: Configure the send_email binding in wrangler.jsonc and call env.EMAIL.send() with attachments, custom headers, and multiple recipients. - REST API Integration: Send emails from Node.js, Python, Go, or any external app via the Email Sending REST endpoint with Bearer token authentication. - Inbound Email Routing: Receive, parse, forward, and reply to incoming emails using the Workers email() handler, postal-mime parsing, and Durable Object storage patterns. - Use Case: A developer building a support inbox on Cloudflare Workers uses this Skill to onboard a domain, route incoming emails to a Durable Object, and send threaded replies via the send_email binding. ## Quick Start Ask the agent to add email sending to your Cloudflare Worker using the send_email binding and onboard your domain with wrangler.