From b68a16f85a65c357635282ef7a9c186a2113b59f Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Mon, 14 Oct 2024 10:36:44 +0200 Subject: [PATCH] fix(tem): fix spf record example --- .../how-to/add-spf-dkim-records-to-your-domain.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/managed-services/transactional-email/how-to/add-spf-dkim-records-to-your-domain.mdx b/managed-services/transactional-email/how-to/add-spf-dkim-records-to-your-domain.mdx index 8e0ecc7225..775cbd4acc 100644 --- a/managed-services/transactional-email/how-to/add-spf-dkim-records-to-your-domain.mdx +++ b/managed-services/transactional-email/how-to/add-spf-dkim-records-to-your-domain.mdx @@ -28,8 +28,8 @@ After you have configured your domain with Transactional Email, you are prompted 2. Click your domain. You are redirected to the SPF, DKIM 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` - - If you already have configured an SPF record, copy the following value: `include:_spf.tem.scaleway.com/` + - If you have no SPF record on this domain, copy the following value: `v=spf1 include:_spf.tem.scaleway.com -all` + - If you already have configured an SPF record, copy the following value: `include:_spf.tem.scaleway.com` 4. Add a `TXT` record type in the root zone of your domain on your DNS zone.