- 22 Aug 2024
- 2 Minutes to read
- DarkLight
Setting up SPF Record Checks for Spam
- Updated on 22 Aug 2024
- 2 Minutes to read
- DarkLight
If you use your own sending domain to send email notifications to customers, you may need to update your DNS to avoid having your notifications flagged as spam.
For example, you use support@yourcompany.com* or john@yourbusinessname.com as the sender email for notifications your customers receive from Nexudus instead of no-reply@nexudus.com by default.
Tweaking your DNS records ensures smooth SPF record checks and helps you avoid having the email notifications you send automatically flagged as spam in customer inboxes.
This is a quick and easy way to make sure your customers receive all the email notifications you send.
You need to edit your domain's default SPF record and add two CNAME records to your domain provider's DNS or a DNS service such as Cloudflare.
Step 1. Adding Nexudus IPs to your SPF record
The first step is to add the following fragment to your SPF record:
- include:_spf.nexudus.com
For example, if your current SPF record is v=spf1 include:spf.protection.outlook.com -all, add this fragment right after v=spf1. In this scenario, your SPF record should then be v=spf1 include:_spf.nexudus.com include:spf.protection.outlook.com -all
The way you access and edit your SPF record in your DNS is different for each domain provider. The tutorial for some of the most common providers are listed below:
GoDaddy (default provider if you use Outlook for Business)
Google Domains (default provider if you use Gmail for Business and you didn't own your domain before signup)
Update your SPF record for added senders
Bluehost
Cloudflare
Step 2. Adding CNAMES pointing to your Domain
You now need to add two CNAME records to your DNS, no matter which domain provider you use:
DNS Record Type | Name | Value |
---|---|---|
CNAME | s1._domainkey.[ your domain ] | s1._domainkey.mail.nexudus.com |
CNAME | s2._domainkey.[ your domain ] | s2._domainkey.mail.nexudus.com |
For example, if your domain is coworking.com, your CNAME records Name would be s1._domainkey.coworking.com and s2._domainkey.coworking.com.
The way you add the records to your DNS is different for each domain provider. The process for some of the most common providers are listed below:
GoDaddy (default provider if you use Outlook for Business)
Google Domains (default provider if you use Gmail for Business and didn't own your domain prior to signing up)
Bluehost
CNAME and TXT Records (Legacy)
Cloudflare
Domain.com
Once you've edited your SPF record and added the two CNAME records to your DNS, you've completed the setup. Email notifications you send to your customers through Nexudus should no longer be flagged as spam in their inboxes.