How do I add another server/include to an SPF record?

How do I add another server/include to an SPF record?

If you're using VISYOO's mail server but want to route emails via another provider - such as G Suite, 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. 

VISYOO's default SPF record: v=spf1 include:spf.stackmail.com a mx -all

To include a secondary include, you can edit the record:

G Suite 

v=spf1 include:_spf.google.com include:spf.stackmail.com a mx -all

Office 365

v=spf1 include:spf.protection.outlook.com include:spf.stackmail.com a mx -all

Mailchimp

v=spf1 include:servers.mcsv.net include:spf.stackmail.com a mx -all

SendGrid

v=spf1 include:sendgrid.net include:spf.stackmail.com a mx -all

    • Related Articles

    • How do I add a DKIM record?

      DKIM, like SPF, is a standard that enables a specific aspect of the email sending process to be authenticated. The premise of DKIM is to check that an email is really from the domain or sender that it said it was sent from and if it has been altered ...
    • Can I add SPF records for my domain name?

      Sender Policy Framework (SPF) records help to reduce the chance of your domain being spoofed in spam messages. It can also increase the deliverability of e-mail to external providers such as Gmail and Outlook. We maintain an SPF record that is kept ...
    • How do I add SRV records for Office 365?

      SRV records - service records used in Office 365 - can be added via our DNS Management interface inside the control panel. If the domain is registered with us, you can get to this from the Manage Domains area of the control panel. If the domain is ...
    • Can I enable GZIP Web Server Compression?

      Gzip is a great of compressing files for faster network transfers - helping them load faster, so improving site speed. It's also a file format.  We encourage the use of and enable Gzip Compression by default across all of our platforms. Compression ...
    • How do I add and use WordPress contact forms?

      There are a range of different WordPress form plugins out there such as WP Forms, Contact Form 7 and Pirate Forms. In this example, we'll demonstrate with the free to use Contact Form 7 plugin. 1. Install the Contact Form 7 Plugin Log in to your ...