header-langage
简体中文
繁體中文
English
Tiếng Việt
한국어
日本語
ภาษาไทย
Türkçe
Scan to Download the APP

Cloudflare Email Service Enters Public Beta, AI Agents Can Now Have Their Own Email Addresses for Sending and Receiving Emails

According to Periscope Beating monitoring, during its 'Agents Week,' Cloudflare announced the public beta of its Email Service, with the key change being that AI agents can engage in two-way communication via email with anyone. Previously, Cloudflare's Email Routing had been offered for free for many years, supporting email reception, but agents could only synchronously reply or send emails to members within the Cloudflare account. With the Email Sending public beta, agents can asynchronously process tasks for later replies, proactively send emails, schedule follow-ups, and recipients do not need to install any apps or SDKs.

Technically, developers can natively send emails directly through Cloudflare Workers bindings, without managing API keys. Email authentication records such as SPF, DKIM, and DMARC are automatically configured when adding a domain. Additionally, REST API and TypeScript, Python, and Go SDKs are provided for agents on non-Cloudflare platforms to invoke. The Cloudflare Agents SDK's onEmail hook is responsible for receiving and parsing emails, and a route-based mechanism automatically assigns different addresses under the same domain (e.g., support@, sales@) to different agent instances. Reply routing uses HMAC-SHA256 signatures to prevent attackers from spoofing email headers and redirecting replies to the wrong agent instances.

Email is the most widely adopted communication protocol globally, requiring no client installation on the recipient's end and no need to connect to a specific platform, making it a natural channel for AI agents to interact with the external world. Cloudflare also released a complementary toolchain: the Email MCP server enables external agents (such as Claude Code, Cursor) to send emails via natural language prompts; Wrangler CLI introduces email commands; and an open-source 'Agentic Inbox' reference application, integrated with email thread conversations, attachment storage, auto-replies, and a built-in MCP server, allows developers to deploy it with a single click for immediate use or customization based on this foundation.

举报 Correction/Report
Correction/Report
Submit
Add Library
Visible to myself only
Public
Save
Choose Library
Add Library
Cancel
Finish