cloudflare-email-servicelisted
Install: claude install-skill ongkipro/dotfiles
# Cloudflare Email Service
Cloudflare Email Service changes quickly. **Retrieve current Cloudflare documentation before every implementation** and let the live docs/API schema override this convenience guide.
Email Sending entered public Beta on April 16, 2026. Cloudflare's current product page marks outbound Email Sending as Beta and available on the Workers Paid plan. Email Routing is the inbound-routing capability. Re-check status, plan entitlement, limits, and API shape at task time; do not infer general availability from the presence of a binding or REST endpoint.
## Retrieval sources
| Source | Use for |
| --- | --- |
| [Email Service product page](https://developers.cloudflare.com/email-service/) | Current Beta/plan status and capability index |
| [Email Sending setup](https://developers.cloudflare.com/email-service/get-started/send-emails/) | Cloudflare DNS requirement, domain onboarding, current binding/REST/SMTP examples |
| [Email Sending REST API](https://developers.cloudflare.com/email-service/api/send-emails/rest-api/) | Endpoint, request/response shape, errors, links to the live OpenAPI schema |
| [Email Sending public Beta changelog](https://developers.cloudflare.com/changelog/post/2026-04-16-email-sending-public-beta/) | Public Beta timeline |
| Installed Wrangler `--help` and [Wrangler docs](https://developers.cloudflare.com/workers/wrangler/) | Commands actually available in the user's installed CLI |
| [`@cloudflare/workers-types`](https://www.npmjs.co