# Email Service Send transactional emails at scale with Cloudflare Email Service > Links below point directly to Markdown versions of each page. Any page can also be retrieved as Markdown by sending an `Accept: text/markdown` header to the page's URL without the `index.md` suffix (for example, `curl -H "Accept: text/markdown" https://cloudflaredoc.ubitools.com/email-service/`). > > For other Cloudflare products, see the [Cloudflare documentation directory](https://cloudflaredoc.ubitools.com/llms.txt). ## Email Service documentation pages - [Cloudflare Email Service](https://cloudflaredoc.ubitools.com/email-service/index.md): 使用 Cloudflare Email Service 发送事务性邮件,并将传入邮件路由到 Workers 或电子邮件地址。 - [Workers API](https://cloudflaredoc.ubitools.com/email-service/api/route-emails/email-handler/index.md): 使用 Cloudflare Workers 中的 email() 处理程序处理入站邮件,以转发、回复或拒绝消息。 - [REST API](https://cloudflaredoc.ubitools.com/email-service/api/send-emails/rest-api/index.md): 使用 Email Service REST API,通过标准 HTTP 请求从任意应用发送邮件。 - [SMTP](https://cloudflaredoc.ubitools.com/email-service/api/send-emails/smtp/index.md): 使用 smtp.mx.cloudflare.net 上的经身份验证的 SMTP 提交,从任何支持 SMTP 的应用程序或邮件客户端发送电子邮件。 - [Workers API](https://cloudflaredoc.ubitools.com/email-service/api/send-emails/workers-api/index.md): 使用 Email Service 绑定与 send() 方法,直接从 Cloudflare Workers 发送电子邮件。 - [电子邮件送达率](https://cloudflaredoc.ubitools.com/email-service/concepts/deliverability/index.md): 了解退信处理与信誉管理,以通过 Email Service 实现最佳电子邮件送达。 - [电子邮件身份验证](https://cloudflaredoc.ubitools.com/email-service/concepts/email-authentication/index.md): 使用 Email Service 发送安全且可投递邮件时的 SPF、DKIM 和 DMARC 身份验证。 - [电子邮件生命周期](https://cloudflaredoc.ubitools.com/email-service/concepts/email-lifecycle/index.md): Email Service 中从发送请求到最终投递状态的完整电子邮件处理流程。 - [抑制列表](https://cloudflaredoc.ubitools.com/email-service/concepts/suppressions/index.md): 管理 Email Service 抑制列表,避免向无效或投诉地址发送邮件。 - [域名配置](https://cloudflaredoc.ubitools.com/email-service/configuration/domains/index.md): 为 Email Service 在域名上的发送与路由配置并验证 DNS 记录。 - [电子邮件路由规则与地址](https://cloudflaredoc.ubitools.com/email-service/configuration/email-routing-addresses/index.md): 在 Email Service 中创建和管理路由规则、目标地址以及全部捕获规则。 - [配置 MTA-STS](https://cloudflaredoc.ubitools.com/email-service/configuration/mta-sts/index.md): 为你的 Email Service 域启用 MTA Strict Transport Security,以防范降级攻击。 - [配置发送绑定](https://cloudflaredoc.ubitools.com/email-service/configuration/send-bindings/index.md): 限制 Workers send_email 绑定在 Email Service 中可使用的发件人与收件人。 - [子域名](https://cloudflaredoc.ubitools.com/email-service/configuration/subdomains/index.md): 在 zone 内为子域名配置 Email Sending 和 Email Routing。 - [邮件存储与处理](https://cloudflaredoc.ubitools.com/email-service/examples/email-routing/email-storage/index.md): 在 Email Service 中将传入邮件存储到 KV,并使用 Queues 处理,以支持工单和自动化工作流。 - [处理硬退信邮件](https://cloudflaredoc.ubitools.com/email-service/examples/email-routing/hard-bounce-handling/index.md): 在 Email Service 中检测并处理硬退信通知,以维护发件人声誉。 - [垃圾邮件过滤](https://cloudflaredoc.ubitools.com/email-service/examples/email-routing/spam-filtering/index.md): 通过关键词分析、域名信誉检查和基于 AI 的过滤,为 Email Service 构建垃圾邮件检测。 - [发送电子邮件](https://cloudflaredoc.ubitools.com/email-service/examples/email-sending/index.md): 使用 Email Service 发送事务性电子邮件的高级模式和示例。 - [邮件附件](https://cloudflaredoc.ubitools.com/email-service/examples/email-sending/email-attachments/index.md): 处理不同类型的邮件附件,包括 PDF、内联图像和经过验证与编码的文件上传。 - [魔术链接身份验证](https://cloudflaredoc.ubitools.com/email-service/examples/email-sending/magic-link/index.md): 使用通过邮件发送的魔术链接、JWT 令牌和会话管理实现无密码登录系统。 - [指定收件人](https://cloudflaredoc.ubitools.com/email-service/examples/email-sending/recipients/index.md): 使用 Workers 绑定、REST API 或 SMTP 发送至多个收件人、抄送和密送,以及带显示名称的地址。 - [用户注册流程](https://cloudflaredoc.ubitools.com/email-service/examples/email-sending/signup-flow/index.md): 处理用户注册,通过安全令牌自动发送欢迎邮件并进行邮箱验证。 - [通过 SMTP 发送邮件](https://cloudflaredoc.ubitools.com/email-service/examples/email-sending/smtp/index.md): 使用 curl、Node.js、Python 或 PHP,通过 Cloudflare Email Service 已认证 SMTP 发送事务性邮件。 - [同步收件人记录](https://cloudflaredoc.ubitools.com/email-service/examples/email-sending/sync-recipient-records/index.md): 在 hard bounce 与 spam complaint 之后移除收件人。 - [路由邮件](https://cloudflaredoc.ubitools.com/email-service/get-started/route-emails/index.md): 使用 Email Service 将传入邮件转发到现有邮箱,或通过 Workers 处理。 - [发送邮件](https://cloudflaredoc.ubitools.com/email-service/get-started/send-emails/index.md): 使用 Cloudflare Email Service 的 Workers 绑定(binding)、REST API 或 SMTP 发送你的第一封邮件。 - [邮件路由](https://cloudflaredoc.ubitools.com/email-service/local-development/routing/index.md): 使用 wrangler dev 在本地通过模拟传入邮件测试 Email Service 路由 Workers。 - [邮件发送](https://cloudflaredoc.ubitools.com/email-service/local-development/sending/index.md): 使用 wrangler dev 在本地测试 Email Service 发送 Worker,并模拟邮件投递。 - [审计日志](https://cloudflaredoc.ubitools.com/email-service/observability/audit-logs/index.md): 在 Cloudflare 审计日志中跟踪 Email Service 的配置更改,例如编辑规则和添加地址。 - [邮件日志](https://cloudflaredoc.ubitools.com/email-service/observability/logs/index.md): 查看并分析 Email Service 发送与路由活动日志,包含身份验证和投递详情。 - [指标与分析](https://cloudflaredoc.ubitools.com/email-service/observability/metrics-analytics/index.md): 通过仪表板或 GraphQL Analytics API 查询 Email Service 发送指标和投递率。 - [Email Routing REST API](https://cloudflaredoc.ubitools.com/api/resources/email_routing/index.md): 使用 Cloudflare REST API 以编程方式管理 Email Routing 设置、规则和目标地址。 - [Email Sending REST API](https://cloudflaredoc.ubitools.com/api/resources/email_sending/index.md): 使用 Cloudflare REST API 以编程方式管理 Email Sending 子域和配置。 - [事件订阅](https://cloudflaredoc.ubitools.com/email-service/platform/event-subscriptions/index.md): 使用 Queues 订阅 Email Sending 生命周期事件。 - [限制](https://cloudflaredoc.ubitools.com/email-service/platform/limits/index.md): Email Service 的发送配额、速率限制、消息大小限制与合规要求。 - [定价](https://cloudflaredoc.ubitools.com/email-service/platform/pricing/index.md): Email Service 在 Workers 免费版和付费版计划中的出站发送和入站路由定价。 - [常见问题](https://cloudflaredoc.ubitools.com/email-service/reference/faq/index.md): 有关 Email Service 限制、发件人声誉、营销邮件支持与滥用举报的常见问题。 - [电子邮件标头](https://cloudflaredoc.ubitools.com/email-service/reference/headers/index.md): Email Service 允许的、平台控制的和自定义的电子邮件标头及其验证规则。 - [Postmaster](https://cloudflaredoc.ubitools.com/email-service/reference/postmaster/index.md): 面向专业人士的 postmaster 信息参考页,以及 Email Service 的配置详情。 - [故障排除](https://cloudflaredoc.ubitools.com/email-service/reference/troubleshooting/index.md): 诊断并修复 Email Service 的投递、身份验证与本地开发问题。