Patch Changes
-
#1279
eae6a30Thanks @whoiskatrin! - AddsendEmail()method to the Agent class for sending outbound email via Cloudflare Email Service. Pass yoursend_emailbinding explicitly asthis.sendEmail({ binding: this.env.EMAIL, ... }). Automatically injects agent routing headers and supports optional HMAC signing for secure reply routing. -
dccc747Thanks @threepointone! - Update dependencies