Skip to content

Commit f8ef350

Browse files
bene2k1Laure-di
authored andcommitted
fix(tem): fix spf record example (scaleway#3829)
1 parent 6a8493a commit f8ef350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

managed-services/transactional-email/how-to/add-spf-dkim-records-to-your-domain.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ After you have configured your domain with Transactional Email, you are prompted
2828
2. Click your domain. You are redirected to the SPF, DKIM and MX configuration page.
2929
3. Copy the value that applies to your case to add an SPF record.
3030
<Message type="important">
31-
- If you have no SPF record on this domain, copy the following value: `v=spf1 include:_spf.tem.scaleway.com/ -all`
32-
- If you already have configured an SPF record, copy the following value: `include:_spf.tem.scaleway.com/`
31+
- If you have no SPF record on this domain, copy the following value: `v=spf1 include:_spf.tem.scaleway.com -all`
32+
- If you already have configured an SPF record, copy the following value: `include:_spf.tem.scaleway.com`
3333
</Message>
3434

3535
4. Add a `TXT` record type in the root zone of your domain on your DNS zone.

0 commit comments

Comments
 (0)