diff --git a/pages/transactional-email/how-to/add-dmarc-record.mdx b/pages/transactional-email/how-to/add-dmarc-record.mdx index 87b074b87d..917c03a41d 100644 --- a/pages/transactional-email/how-to/add-dmarc-record.mdx +++ b/pages/transactional-email/how-to/add-dmarc-record.mdx @@ -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 diff --git a/pages/transactional-email/how-to/add-spf-dkim-records-to-your-domain.mdx b/pages/transactional-email/how-to/add-spf-dkim-records-to-your-domain.mdx index 99705a77a7..c3137c072b 100644 --- a/pages/transactional-email/how-to/add-spf-dkim-records-to-your-domain.mdx +++ b/pages/transactional-email/how-to/add-spf-dkim-records-to-your-domain.mdx @@ -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. @@ -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. - If you have no SPF record on this domain, copy the following value: `v=spf1 include:_spf.tem.scaleway.com -all` diff --git a/pages/transactional-email/how-to/configure-domain-with-transactional-email.mdx b/pages/transactional-email/how-to/configure-domain-with-transactional-email.mdx index 0bd9790584..76a0143aa9 100644 --- a/pages/transactional-email/how-to/configure-domain-with-transactional-email.mdx +++ b/pages/transactional-email/how-to/configure-domain-with-transactional-email.mdx @@ -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. @@ -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. - 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.