DNS & infrastructure

SPF

Sender Policy Framework — a DNS TXT record listing which servers are authorized to send mail for your domain. Mail from an unlisted server looks forged, whether it actually is or not.

Sender Policy Framework — a DNS TXT record listing which servers are authorized to send mail for your domain. Mail from an unlisted server looks forged, whether it actually is or not.

Also see: DKIM, DMARC

v=spf1 include:_spf.google.com ~all

Publish as a single TXT record on the apex. Never create two SPF records.

Related