Отправка и маршрутизация почты через Cloudflare Email

★ 8.5 · vibe-coding

cloudflare-email-service is a Claude Code skill that covers sending transactional emails and routing incoming mail through Cloudflare Email Service from Workers, Node.js, Python, Go, or any external AI agent. It includes the Workers binding approach (no API keys — just `send_email` in wrangler.jsonc), the REST API with a Bearer token, the `email()` handler for Email Routing, and Agents SDK integration via `onEmail()` and `replyToEmail()`. Reference files inside the skill — sending.md, rest-api.md, routing.md, deliverability.md, and cli-and-mcp.md — provide full code examples, common mistakes (such as unverified domains or double-reading the raw stream), and wrangler CLI commands. Use it whenever you need to add email to a Worker, configure SPF/DKIM/DMARC for deliverability, set up email routing rules, or wire up MCP email tools for a coding agent.