These three DNS records protect your email from spoofing and improve message delivery. They tell the receiving server that the message was sent from an authorized server.
An SPF record defines which servers are allowed to send email on behalf of your domain.
Nordweb's SPF record
v=spf1 include:_spf.nordweb.fi ~all
Adding it
@, value v=spf1 include:_spf.nordweb.fi ~allDKIM adds a digital signature to the email message that proves the message is genuine. In Nordweb's services DKIM is enabled automatically.
DMARC combines SPF and DKIM and tells the recipient what to do with suspicious messages.
Basic DMARC record
v=DMARC1; p=quarantine; rua=mailto:admin@company.fi
Adding it
_dmarcv=DMARC1; p=quarantine; rua=mailto:your@address.fiIf your business does not yet have its own email, take a look at business email.
WordPress does not send email, the cause and a lasting fix »