Check the existing SPF record
SPF identifies the servers and services authorised to send email for your domain.
- Sign in to the organisation's DNS hosting provider.
- Open the DNS management page for the domain.
- Locate the TXT record beginning with: v=spf1
- Confirm there is only one SPF record for the domain.
- Confirm the record includes Google Workspace: include:_spf.google.com
- If Google Workspace is the only service sending email, Google currently recommends: v=spf1 include:_spf.google.com ~all
- Identify any additional services sending email as your domain.
- Obtain each provider's exact SPF requirements.
- Add those authorised services to the existing SPF record — do not create another SPF record.
- For example: v=spf1 include:_spf.google.com include:servers.mcsv.net ~all
- Remove obsolete sending services only after confirming they are no longer in use.
- Save the DNS record and wait for DNS propagation.
- Verify the published SPF record using a DNS lookup tool.
- Send an external test email and confirm the message header reports: spf=pass
Google states that DNS changes may take up to 48 hours to become fully effective. SPF permits a maximum of ten DNS-generating lookups; nested include: entries also count.
