Skip to content

Commit 9386c32

Browse files
jbrandebpedrosousa
andauthored
[Email Routing] Add note about multiple destinations (#19066)
--------- Signed-off-by: Jesse Brandeburg <[email protected]> Co-authored-by: Pedro Sousa <[email protected]>
1 parent a567e97 commit 9386c32

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

src/content/docs/email-routing/get-started/enable-email-routing.mdx

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@ title: Enable Email Routing
33
pcx_content_type: get-started
44
sidebar:
55
order: 1
6-
76
---
87

98
:::caution[Important]
10-
11-
129
Enabling Email Routing adds the appropriate `MX` records to the DNS settings of your zone in order for the service to work. You can [change these `MX` records](/email-routing/setup/email-routing-dns-records/) at any time. However, depending on how you configure them, Email Routing might stop working.
13-
14-
1510
:::
1611

1712
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
@@ -23,9 +18,13 @@ Enabling Email Routing adds the appropriate `MX` records to the DNS settings of
2318
7. Enter the custom email address you want to use (for example, `[email protected]`).
2419
8. In **Destination addresses**, enter the full email address you want your emails to be forwarded to — for example, `[email protected]`.
2520

26-
:::note
27-
If you have several destination addresses linked to the same custom email address (rule), Email Routing will only process the most recent rule. To avoid this, do not link several destination addresses to the same custom address.
28-
:::
21+
:::note[Notes]
22+
23+
If you have several destination addresses linked to the same custom email address (rule), Email Routing will only process the most recent rule. To avoid this, do not link several destination addresses to the same custom address.
24+
25+
The current implementation of email forwarding only supports a single destination address per custom address. To forward a custom address to multiple destinations you must create a Workers script to redirect the email to each destination. All the destinations used in the Workers script must be already validated.
26+
27+
:::
2928

3029
9. Select **Save**.
3130
10. Cloudflare will send a verification email to the address provided in the **Destination address** field. You must verify your email address before being able to proceed.
@@ -36,9 +35,5 @@ If you have several destination addresses linked to the same custom email addres
3635
Email Routing is now enabled. You can add other custom addresses to your account.
3736

3837
:::note
39-
40-
4138
When Email Routing is configured and running, no other email services can be active in the domain you are configuring. If there are other `MX` records already configured in DNS, Cloudflare will ask you if you wish to delete them. If you do not delete existing `MX` records, Email Routing will not be enabled.
42-
43-
4439
:::

0 commit comments

Comments
 (0)