Skip to content

Commit

Permalink
fix mx
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 29, 2021
1 parent a44df72 commit 9723d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ses-domain/ses_dns.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ${dk}._domainkey.${domain}. ${ttl} in cname ${dk}.dkim.amazonses.com.
When using a `mail_from` configuration, the MX and SPF records need to be set.

```
${mail_from}.${domain}. ${ttl} in mx "10 feedback-smtp.${region}.amazonses.com."
${mail_from}.${domain}. ${ttl} in mx 10 feedback-smtp.${region}.amazonses.com.
```

## SPF Records
Expand Down

0 comments on commit 9723d42

Please sign in to comment.