Skip to content

Commit a28b1f4

Browse files
committed
PCX review (formatting, avoid two note blocks in a row)
1 parent a38e1fb commit a28b1f4

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

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

Lines changed: 6 additions & 15 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,13 +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]
2922

30-
:::note
31-
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.
32-
:::
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+
:::
3328

3429
9. Select **Save**.
3530
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.
@@ -40,9 +35,5 @@ The current implementation of email forwarding only supports a single destinatio
4035
Email Routing is now enabled. You can add other custom addresses to your account.
4136

4237
:::note
43-
44-
4538
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.
46-
47-
4839
:::

0 commit comments

Comments
 (0)