Skip to content

Address

Source: src/Cloudflare/Email/Address.ts

A verified destination email address on the account.

Destination addresses are account-scoped (not zone-scoped). They are used as forwarding targets in Rule actions and can also serve as the destinationAddress on a send_email Worker binding.

const ops = yield* Cloudflare.Email.Address("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.