You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/email-routing/get-started/enable-email-routing.mdx
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,10 @@ title: Enable Email Routing
3
3
pcx_content_type: get-started
4
4
sidebar:
5
5
order: 1
6
-
7
6
---
8
7
9
8
:::caution[Important]
10
-
11
-
12
9
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
-
15
10
:::
16
11
17
12
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
23
18
7. Enter the custom email address you want to use (for example, `[email protected]`).
24
19
8. In **Destination addresses**, enter the full email address you want your emails to be forwarded to — for example, `[email protected]`.
25
20
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
+
:::
29
28
30
29
9. Select **Save**.
31
30
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
36
35
Email Routing is now enabled. You can add other custom addresses to your account.
37
36
38
37
:::note
39
-
40
-
41
38
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.
0 commit comments