Cloudflare Email Routing Address
Declare a verified destination address for Email Routing.
What Gets Created
- A
cloudflare_email_routing_address(account-scoped destination). A verification email is sent to the mailbox on creation.
Prerequisites
- A Cloudflare account ID.
Configuration Reference
Required
accountId— Cloudflare account ID.email— destination email address (immutable).
Stack Outputs
| Output | Description |
|---|---|
address_id | The address identifier |
email | The destination email |
verified | Verification timestamp (empty until verified) |
created | Creation timestamp |
Related Components
- CloudflareEmailRoutingRule
- CloudflareEmailRoutingZone
Next article
Cloudflare Email Routing Rule
Cloudflare Email Routing Rule Route incoming mail for a zone: match by recipient (or all) and drop, forward, or hand to an Email Worker. What Gets Created A cloudflareemailroutingrule on the zone. Prerequisites Email Routing enabled on the zone (a CloudflareEmailRoutingZone). Verified destination addresses for forward actions. Configuration Reference Required zoneId — zone ID or a reference to a CloudflareDnsZone. matchers — one or more match patterns. action — drop / forward / worker. Optional...