DNS Records for Your Domain

Add these TXT records at your DNS host so mail you send through SMTPS.IO is authenticated as coming from your own domain. Enter your domain to fill them in.

Use the root domain you send From — for you@mail.example.com, enter mail.example.com.

SPF

Required

Authorises our relay to send mail for your domain. Without it, receivers are far more likely to reject or spam-folder your mail.

Host
example.com
Type
TXT
Value
v=spf1 include:spf.smtps.io ~all

A domain may only have one SPF record. If you already have one, add include:spf.smtps.io to it rather than creating a second.

DKIM

Recommended

Signs your messages so receivers can prove they were not altered in transit.

Host
default._domainkey.example.com
Type
TXT
Value
v=DKIM1; k=rsa; p=your public key

Add your domain in the dashboard to generate the key — it shows the exact value to paste, including the selector if it differs from default.

DMARC

Recommended

Tells receivers what to do when SPF and DKIM fail, and where to send reports. Gmail and Yahoo require it for bulk senders.

Host
_dmarc.example.com
Type
TXT
Value
v=DMARC1; p=none; rua=mailto:dmarc@example.com

Start with p=none, which only monitors. Once the reports show your mail passing, tighten it to p=quarantine and then p=reject.

DNS changes are not instant. Most hosts publish within minutes, but allow up to 48 hours before treating a record as broken — and leave the TTL at your provider's default.

Not sure whether your records are live? Check them with our email tools, or contact us and we'll look with you.