Routing
Source:
src/Cloudflare/Email/Routing.ts
Enables Cloudflare Email Routing on a zone. This is the prerequisite for
receiving mail at any address on the domain and for sending email from a
Worker via send_email bindings.
Enabling Email Routing
Section titled “Enabling Email Routing”const routing = yield* Cloudflare.Email.Routing("Routing", { zone: "example.com",});