Prerequisites
Before you begin, make sure you have:- A SendKit account with a domain added
- Access to your Vercel dashboard
- Your domain’s DNS records from the SendKit domain detail page
Add DNS records
Log in to Vercel, go to your project’s Settings > Domains, select your domain, then click the DNS Records tab. Click Add Record for each of the following.1. DKIM record
| Vercel field | SendKit value |
|---|---|
| Type | TXT |
| Name | sendkit._domainkey |
| Value | Your DKIM value from SendKit |
2. SPF record
| Vercel field | SendKit value |
|---|---|
| Type | TXT |
| Name | send |
| Value | Your SPF value from SendKit |
3. MX record
| Vercel 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. Vercel 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 Vercel DNS
Domain not using Vercel DNS
Vercel DNS only works if your domain’s nameservers are pointed to Vercel. If you’re using Vercel for hosting but another provider for DNS, add the records at that DNS provider instead.
DNS Records tab not visible
DNS Records tab not visible
The DNS Records tab is only available for domains using Vercel as the DNS provider. Check your domain’s nameserver configuration.

