EmailAddress
Source:
src/Cloudflare/Email/EmailAddress.ts
A verified destination email address on the account.
Destination addresses are account-scoped (not zone-scoped). They are used
as forwarding targets in EmailRule actions and can also serve as the
destinationAddress on a send_email Worker binding.
Registering an Address
Section titled “Registering an Address”const ops = yield* Cloudflare.EmailAddress("Ops", { email: "ops@example.com",});Cloudflare sends a verification email when the address is first created. The address must be verified before it can receive routed mail.