← 返回 Projects

Cloud Mail

Email / Agent Integration · active · 稳定运行

基于 Cloudflare Worker 的邮箱入口,连接 Email Routing 与 agent 工作流。

Media / Preview

Cloud Mail project cover

Cloud Mail project cover.

Screenshots will be added as the project interface stabilizes.

Why

我需要一个基于自己域名的邮箱系统,同时希望它能与 agent 工作流集成。Cloud Mail 是基于 Cloudflare Email Routing 和 Worker 的轻量解决方案。

核心问题:如何在不需要维护邮件服务器的前提下,拥有自定义域名的邮箱,并支持与自动化系统的集成?

What it does

当前能力边界:主要提供邮件接收和转发。不存储邮件内容,不替代完整邮件客户端。

Current status

阶段:稳定运行

已完成:Email Routing 配置、Worker 部署、邮箱入口页面、MX/TXT/DKIM/SPF 记录

仍待完成:与更多 agent 工作流的深度集成

Design notes

采用"无服务器"架构。利用 Cloudflare 的基础设施,无需维护邮件服务器,同时保持对域名和路由的完全控制。

Worker 只负责展示入口页面,邮件处理由 Cloudflare Email Routing 负责,职责分离清晰。

Impact

对个人工作流:拥有了基于自定义域名的专业邮箱,同时保持与现有 Cloudflare 基础设施的一致性。

复用价值:Cloudflare Email Routing + Worker 的模式可以应用于任何需要轻量邮箱入口的场景。

Links

Next