What is an SPF record and should I set one up?
The SPF record is an open standard specifying a technical method to prevent sender address forgery. More precisely, the current version of SPF protects the envelope sender address, which is used for the delivery of messages. It is optional to create one; however, more and more email hosting providers/services are using SPF records to verify whether an email is legitimate or not. So it can be a good idea to set it up.What SPF record needs to be added?
This is our SPF record, which you can add to your domain name’s DNS settings so that recipient mail systems/services understand that our platform is authorized to send emails using your domain name."v=spf1 +a +mx +include:spf.email-hosting.net.au ~all"
If you have an existing SPF record, you will need to edit it to add our SPF settings. Here is an example of an existing SPF record that doesn’t include our SPF information: "v=spf1 +a +mx +ip4:123.456.789.000 +include:mail.domain.com ~all"
And here is how you’d add our SPF settings to that existing record: "v=spf1 +a +mx +ip4:123.456.789.000 +include:mail.domain.com +include:spf.email-hosting.net.au ~all"
More information on adding to your existing SPF record here.
How to add the SPF record
Here is the DNS record information you need to create a new SPF record. Keep in mind that if you have an existing SPF record, you will need to edit it as shown above.- Record Type: TXT
- Hostname: your-domain-name-here.com
- Value: v=spf1 +a +mx +include:spf.email-hosting.net.au ~all
- TTL: 3600