This article provides you with steps to add an SPF record via the Helm Control Panel.



The purpose of an SPF record is to reduce the amount of spam and fraud by making it more difficult for malicious email senders to disguise their identity. 

If your domain name has an existing SPF record in your DNS, you will need to modify the existing SPF record to ensure that Internet receivers will properly identify and receive your mail. If you don’t yet have an SPF record but would like to add one for your domain name, this is also covered below.



Step 1- Login to Helm



Step 2- Click on DNS Zone Editor



Step 3 - Add new DNS record.

  • The SPF record should be in this format (replace yourdomain.com with your domain name)
v=spf1 include:relay.mailchannels.net include:mail.yourdomain.com ?all


Adding an SPF record to HELM

INFO: You will also need to include all other email servers you and your users send mail through (if applicable). Please contact your external email providers/ISP for their SPF setting and add their entry to your SPF record.

There should only be ONE TXT DNS record for your SPF record (do not add one SPF record for each mail server. All mail servers should be listed in one SPF record on the same line)





HOW TO MODIFY AN EXISTING SPF RECORD


If your current SPF record looks like this:  v=spf1 include:mail.yourdomain.com ?all You will need to add “include:relay.mailchannels.net” to your SPF record. 

For the example above, the modified SPF record should look as follows:


v=spf1 include:relay.mailchannels.net include:mail.yourdomain.com ?all