Domain Technical Setup
title: Domain Technical Setup
description: >-
Set up SPF, DKIM, and DMARC records to authenticate your domain and improve
inbox placement.
Overview
Configure SPF, DMARC, and DKIM records to improve email deliverability and inbox placement.
Prerequisites
- Custom domain (not free email providers like Gmail, Yahoo, etc.)
- Access to your domain's DNS settings
- Active email service provider (ESP) account
Note: Skip this setup if you're using a free email address (e.g., @gmail.com, @yahoo.com).
Add SPF Record
SPF verifies which servers can send email on behalf of your domain.
- Identify your ESP from the table below.
- Copy the corresponding Value.
- Create a TXT record in your DNS with that value.
Email Service Provider | SPF Value |
|---|---|
v=spf1 include:_spf.google.com ~all | |
v=spf1 include:spf.protection.outlook.com ~all | |
Zoho Mail | v=spf1 include:zoho.com ~all |
SendGrid | v=spf1 include:sendgrid.net ~all |
GoDaddy | v=spf1 include:secureserver.net ~all |
Amazon SES | v=spf1 include:amazonses.com ~all |
Yahoo Mail | v=spf1 include:_spf.mail.yahoo.com ~all |
Yandex Mail | v=spf1 include:_spf.yandex.net ~all |
Tip: If you use multiple services, combine them: v=spf1 include:_spf.google.com include:sendgrid.net ~all
Add DMARC Record
DMARC tells email providers how to handle messages that fail SPF/DKIM checks.
- Go to DMARC Generator or similar tool.
- Enter your Domain.
- Click Submit.
- Click Finish.
- Copy the generated DMARC value.
- In your DNS, create a TXT record with the copied DMARC value.
Add DKIM Record
DKIM adds a digital signature to verify email authenticity.
- Generate DKIM in your ESP (Google Workspace, Microsoft 365, Zoho Mail, etc.).
- Copy the DKIM public key and selector name provided by your ESP.
- In your DNS, create a TXT record:
- Name/Host: Your DKIM selector (e.g.,
google._domainkeyorselector1._domainkey). - Value: The DKIM public key from your ESP.
Note: Contact your ESP directly if you need help generating DKIM. The record name and value depend on your provider.
Verify Your Setup
DNS changes can take up to 24 hours to propagate worldwide.
- Use a DNS lookup tool (e.g., MXToolbox, Google Admin Toolbox).
- Check that SPF, DMARC, and DKIM records are visible.
Frequently Asked Questions
DKIM is set properly but SalesBlink is not recognizing it?
SalesBlink ensures DKIM by using the identifier. First, find your DKIM identifier from your DNS records. It is generally what comes in the Name/Value field right before the first dot (.).
In the above example, “google” is the DKIM identifier.
To set your DKIM Identifier on SalesBlink:
- Head over to Email Senders.
- Bulk select all the senders which share the same DKIM identifier.
- Click on “Sender Settings”.
- Uncheck other settings & enter your DKIM identifier.
- Click Save.
- In the next 24 hours, SalesBlink will automatically recheck your domain health and update your Domain Setup Report.
Updated on: 03/07/2026
Thank you!