If you are using your own domain as a From Address in HappyFox with or without your own SMTP credentials, you should set up an SPF record with your e-mail domain registrar to ensure proper delivery of emails. Sender Policy Framework (SPF) is an email validation protocol designed to allow receiving mail exchangers to verify that incoming mail from a domain comes from an IP Address authorized by that domain's administrators.
Applicable on HappyFox Accounts.
1. Why SPF records are important?
3. For cases where SPF records already exist
4. Updating existing SPF records (For old HappyFox Customers)
Why SPF records are important?
SPF was ideated to help combat e-mail spoofing. If your support e-mail id is gethelp@acmewidgets.co, SPF records help servers identify that, even though the mail is being sent from HappyFox, it has been properly authenticated on behalf of you. This also eliminates the possibility of some malicious third party imposing as you and sending responses to your contacts.
- All you have to do is to modify your Domain Name System (DNS).
- If you are adding the record for the first time, the entire record would like this:
v=spf1 include:spf.happyfox.com ~all
For cases where SPF records already exist:
- If you already have an SPF defined, then use the "Include" Qualifier. it looks something like this:
include:spf.happyfox.com
Updating existing SPF records (For old HappyFox Customers)
For existing customers who have set the SPF record for HappyFox in the past, we had the following set of static IPs to be set in the SPF record:
ip4:54.213.101.86 ip4:54.213.101.90 ip4:54.200.5.133
You can now remove those and just keep include:spf.happyfox.com instead.
If you are on the EU data centre for HappyFox, please set the SPF record as
v=spf1 ip4:54.93.38.48 ip4:54.93.37.50 ip4:3.126.119.23 ~all
or add
ip4:54.93.38.48 ip4:54.93.37.50 ip4:3.126.119.23
to your existing SPF record.
Note: ~all or -all is a mandatory tag for SPF verification in HappyFox
If you're stuck at any point setting up SPF records for your provider, check few links here: