Search for answers or browse our knowledge base
How do I add another server to an SPF record?
If you’re using CloudHost.One’s mail server but want to route emails via another provider – such as Google Workspace, Office 365 or Mailchimp – you may need to add a secondary sending server source to the SPF record.
You can do this by specifying multiple includes within the TXT record within Manage DNS. Each include is separated by a space and if any one include should fail, the SPF mechanism will simply move on to the next one. Below are some common providers you may need to add to your SPF record.
CloudHost.One’s default SPF record: v=spf1 include:spf.cloudhost.one a mx ~all
To include a secondary include, you can edit the record:
G Suite
v=spf1 include:_spf.google.com include:spf.cloudhost.one a mx ~all
Office 365
(note the default string that Microsoft provides is not recommended as this can cause problems)
v=spf1 include:spf.protection.outlook.com include:spf.cloudhost.one a mx ~all
Mailchimp
v=spf1 include:servers.mcsv.net include:spf.cloudhost.one a mx ~all
SendGrid
v=spf1 include:sendgrid.net include:spf.cloudhost.one a mx ~all