Skip to content

Commit d7ba11b

Browse files
authored
fix(tem): fix spf record example (#3829)
1 parent 93f1d48 commit d7ba11b

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)