Skip to content

Commit 12fe149

Browse files
ldecarvalho-docjcirinosclwyRoRoJ
authored
fix(tem): review jess
Co-authored-by: Jessica <[email protected]> Co-authored-by: Rowena Jones <[email protected]>
1 parent 7a2ba24 commit 12fe149

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

pages/transactional-email/how-to/authenticate-domain.mdx

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This page shows you how to manually configure your sending domain's DNS records
2727
2. Click the name of the email domain you want to authenticate. The domain overview page displays. You can see the status of the DNS records.
2828
3. Click the **DNS records** tab.
2929

30-
On this tab you can configure:
30+
On this tab, you can configure:
3131
- **SPF record** – Authorizes specific mail servers to send emails on behalf of your domain, preventing unauthorized use.
3232
- **DKIM record** – Adds a digital signature to verify email integrity and confirms it was sent from your domain.
3333
- **DMARC record** – Defines how receiving servers should handle authentication failures and enables reporting for your domain.
@@ -44,7 +44,7 @@ On this tab you can configure:
4444

4545
3. Add a `TXT` record type in the root zone of your domain on your DNS zone.
4646
4. Paste the value you have copied in the root zone of your domain.
47-
5. Add an additional `TXT` record type in the root zone of your domain on your DNS zone.
47+
5. Add another `TXT` record type in the root zone of your domain on your DNS zone.
4848
6. Copy the name that displays in the console.
4949
<Lightbox image={image} alt="" />
5050
7. Paste the name you have copied in the root zone of your domain on your DNS zone.
@@ -64,15 +64,15 @@ On this tab you can configure:
6464
1. Add a `TXT` record type in the same zone as your Transactional Email's domain, on your DNS zone.
6565
2. Enter `_dmarc` in the **Name** field, followed by the domain name. For example, if your domain is called `my-domain.com`, you should have `_dmarc.my-domain.com.` in the **Name** field.
6666
3. Enter your desired tags and their values in the **Value** section. Make sure that you add the mandatory `v` and `p` tags, and that you separate tags from each other with semi-colons. Find out about DMARC configuration in our [dedicated documentation](/transactional-email/reference-content/dmarc-configuration/).
67-
Your **Value** field should look similar to the following
67+
Your **Value** field should look similar to the following:
6868
```
6969
v=DMARC1; p=none; rua=mailto:[email protected]
7070
```
7171
<Message type="important">
72-
It is possible to configure several DMARC records for one domain, but they must have a different name to be valid.
72+
It is possible to configure several DMARC records for one domain, but they must have different names to be valid.
7373
For example, the `_dmarc.mydomain.com` and `_dmarc.tem.mydomain.com` DMARC records are valid.
7474
</Message>
75-
6. Confirm the changes and add the DMARC record.
75+
4. Confirm the changes and add the DMARC record.
7676

7777
<Message type="tip">
7878
If you have a domain at Scaleway Domains and DNS, you can access your account from the Scaleway [console](https://console.scaleway.com/), click **Domains and DNS** > **Your domain** > **DNS Zones**, then add a record in the same zone as your Transactional Email's domain.
@@ -83,8 +83,8 @@ On this tab you can configure:
8383
1. Access your domain's **DNS Verification** tab and scroll down to the **DMARC record** section.
8484
2. Copy the values that display in the **Name** and the **Value** fields.
8585
3. Add a `TXT` record type in the same zone as your Transactional Email's domain, on your DNS zone.
86-
4. In the **Name** field, paste the value you have copied in step 2, followed by the domain name.
87-
5. In the **Value** field, paste the value you have copied in step 2. Your **Value** field should look like the following:
86+
4. In the **Name** field, paste the value you copied in step 2, followed by the domain name.
87+
5. In the **Value** field, paste the value you copied in step 2. Your **Value** field should look like the following:
8888
```
8989
v=DMARC1; p=none;
9090
```
@@ -93,7 +93,7 @@ On this tab you can configure:
9393
## How to configure MX records
9494

9595
<Message type="important">
96-
We recommend you use your own MX server if you have one. If you do not have an MX server, we recommend you use Scaleway's blackhole MX, as it allows you to avoid email rejection. However, this also means that the emails sent back to the Scaleway blackhole MX, will be lost and unrecoverable.
96+
We recommend you use your own MX server if you have one. If you do not have an MX server, we recommend you use Scaleway's blackhole MX, as it allows you to avoid email rejection. However, this also means that the emails sent back to the Scaleway blackhole MX will be lost and unrecoverable.
9797
</Message>
9898

9999
1. Add an [MX record](/transactional-email/concepts/#mx-record) type in the root zone of your domain on your DNS zone.
@@ -108,7 +108,7 @@ On this tab you can configure:
108108
### How to add Scaleway's MX record
109109

110110
<Message type="important">
111-
- Scaleway provides its own MX server to improve email deliverability. <br /> However, Scaleway's MX server is a **blackhole**. This means that **any email sent back to it, will be lost with no possibility of recovery**.
111+
- Scaleway provides its own MX server to improve email deliverability. <br /> However, Scaleway's MX server is a **blackhole**. This means that **any email sent back to it will be lost with no possibility of recovery**.
112112
- If you have no MX server, we recommend you use Scaleway's blackhole MX to avoid getting your emails rejected.
113113
</Message>
114114

@@ -124,5 +124,3 @@ On this tab you can configure:
124124
<Message type="important">
125125
Your changes might take up to 48 hours to apply.
126126
</Message>
127-
128-

0 commit comments

Comments
 (0)