How to check your DNS records

Updated 2 years ago by Laura Goepel

A quick way to check your CNAME, SPF, DKIM and DMARC records

Note: replace "customer.com" with your own domain.

Using dig (on Mac or Linux):

  1. CNAME

·       dig smart.customer.com

·       This should point to whs.sendergen.com

  1. SPF

·       dig txt customer.com

·       This should contain "include:_spf.sendergen.com"

  1. DKIM (optional)

·       dig txt sg._domainkey.customer.com

·       This should contain your DKIM entry that can be retrieved from your domain settings.

  1. DMARC (optional)

·       dig txt _dmarc.customer.com


How did we do?