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
| Netlify field | SendKit value |
|---|---|
| Type | TXT |
| Name | sendkit._domainkey |
| Value | Your DKIM value from SendKit |
2. SPF record
| Netlify field | SendKit value |
|---|---|
| Type | TXT |
| Name | send |
| Value | Your SPF value from SendKit |
3. MX record
| Netlify field | SendKit value |
|---|---|
| Type | MX |
| Name | send |
| Value | Your MX value from SendKit |
| Priority | 10 |
4. DMARC record (optional)
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.

