Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/transactional-email/how-to/add-dmarc-record.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To complete the actions presented below, you must have:
- A Scaleway account logged into the [console](https://console.scaleway.com/)
- A domain name
- [Configured your domain with Transactional Email](/transactional-email/how-to/configure-domain-with-transactional-email/).
- [Owner](/iam/concepts/#owner) status of the Organization in which the actions will be performed, or be an IAM user with the [necessary permissions](/iam/concepts/#permission)
- [Owner](/iam/concepts/#owner) status of the Organization in which the actions will be performed, or be an IAM user with the [necessary permissions](/iam/concepts/#permission). To follow this procedure you need `DomainsDNSFullAccess` and `TransactionalEmailDomainFullAccess` permissions.

## How to configure a DMARC record

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories:

This page shows you how to set up [SPF](/transactional-email/concepts/#spf-record) and [DKIM](/transactional-email/concepts/#dkim-record) records to your domain to verify it.

After you have configured your domain with Transactional Email, you are prompted to verify your domain by adding SPF, DKIM and [MX records](/transactional-email/how-to/add-mx-record-to-your-domain/). You can choose to do so right after you have validated your domain, or at a later time.
After you have configured your domain with Transactional Email, you are prompted to verify your domain by adding [SPF](/transactional-email/concepts/#spf-record), [DKIM](/transactional-email/concepts/#dkim-record), [DMARC](/transactional-email/how-to/add-dmarc-record) and [MX](/transactional-email/concepts/#mx-record). You can choose to do so right after you have validated your domain, or at a later time.

<Macro id="requirements" />

Expand All @@ -25,7 +25,7 @@ After you have configured your domain with Transactional Email, you are prompted
- [Configured your domain with Transactional Email](/transactional-email/how-to/configure-domain-with-transactional-email/)

1. Click **Transactional Email** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. Your newly-added domain displays.
2. Click your domain. You are redirected to the SPF, DKIM and MX configuration page.
2. Click your domain. You are redirected to the SPF, DKIM, DMARC and MX configuration page.
3. Copy the value that applies to your case to add an SPF record.
<Message type="important">
- If you have no SPF record on this domain, copy the following value: `v=spf1 include:_spf.tem.scaleway.com -all`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This page shows you how to configure your sending domain to start sending [trans

## Automatic configuration for a Scaleway domain

When you use a domain name registered with [Scaleway Domains and DNS](/domains-and-dns/), you can benefit from DNS autoconfiguration. We can automatically configure SPF, DKIM, DMARC, MX on your behalf so
When you use a domain name registered with [Scaleway Domains and DNS](/domains-and-dns/), you can benefit from DNS autoconfiguration. We can automatically configure SPF, DKIM, DMARC, MX on your behalf so
your domain name can be validated automatically and you can focus on sending emails and observing the reputation status of your domain.

1. Click **Transactional Email** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Transactional Email** overview page displays.
Expand All @@ -44,7 +44,7 @@ Validation time of domain ownership may be extended.
4. Tick the checkbox to confirm that you agree to Scaleway's antispam policy, then click **Validate domain name** to confirm.

<Message type="important">
For external domains, you need to configure your [SPF](/transactional-email/concepts/#spf-record), [DKIM](/transactional-email/concepts/#dkim-record) and [MX](/transactional-email/concepts/#mx-record) records **manually** to verify your domain and to be able to send emails.
For external domains, you need to configure your [SPF](/transactional-email/concepts/#spf-record), [DKIM](/transactional-email/concepts/#dkim-record), [DMARC](/transactional-email/how-to/add-dmarc-record) and [MX](/transactional-email/concepts/#mx-record) records **manually** to verify your domain and to be able to send emails.
</Message>


Loading