Prerequisites
Before you begin, make sure you have:- A SendKit account with a domain added
- Access to your Netlify dashboard
- Your domain’s DNS records from the SendKit domain detail page
Add DNS records
Log in to Netlify, go to Domains, select your domain, then scroll to the DNS records section. Click Add new record for each of the following.1. DKIM record
1
Add a new record
Click Add new record and select TXT as the record type.
2
Set the name
In the Name field, enter
sendkit._domainkey.3
Set the value
In the Value field, paste the full DKIM value from your SendKit domain detail page.
4
Save
Click Save.
2. SPF record
1
Add a new record
Click Add new record and select TXT.
2
Set the name
In the Name field, enter
send.3
Set the value
In the Value field, paste the SPF value from your SendKit domain detail page.
4
Save
Click Save.
3. MX record
1
Add a new record
Click Add new record and select MX.
2
Set the name
In the Name field, enter
send.3
Set the value
In the Value field, paste the MX value from your SendKit domain detail page.
4
Set priority
Set Priority to
10.5
Save
Click Save.
4. DMARC record (optional)
1
Add a new record
Click Add new record and select TXT.
2
Set the name
In the Name field, enter
_dmarc.3
Set the value
In the Value field, enter
v=DMARC1; p=none;.4
Save
Click Save.
Verify your domain
Go back to your SendKit domain detail page and click Refresh. Netlify DNS changes typically propagate within a few minutes.If verification doesn’t succeed immediately, wait a few minutes and try again. SendKit also checks automatically in the background.
Troubleshooting
Domain not using Netlify DNS
Domain not using Netlify DNS
Netlify DNS only works if your domain’s nameservers point to Netlify. Check Domains > your domain > Name servers to verify. If you use Netlify for hosting but another provider for DNS, add the records there instead.
Cannot edit DNS records
Cannot edit DNS records
Make sure you have Owner or Admin access to the Netlify team that manages the domain. Collaborators may not have permission to modify DNS records.

