This guide helps you verify your domain on Vercel with Emailr. We also have
an official integration for
Vercel that helps you set up your
API keys on Vercel projects so you can start sending emails with Emailr. View
the integration here.
Add Domain to Emailr
First, log in to your Emailr Account and add a domain.Log in to Vercel
Log in to your Vercel account and select theDomains tab.
Add MX SPF Record
Copy and paste the values in Emailr to Vercel.- Type
sendfor theNameof the record in Vercel. - Expand the
Typedropdown and selectMX. - Copy the record value from Emailr into the
Valuefield in Vercel. - Add
10for thePriority. - Select
Add.
Omit your domain from the record values in Emailr when you paste. Instead of
send.example.com, paste only send (or send.subdomain if you’re using a
subdomain).| Vercel | Emailr | Example Value |
|---|---|---|
| Type | Type | MX Record |
| Name | Name | send |
| Value | Value | feedback-smtp.us-east-1.amazonses.com |
| TTL | - | Use Vercel default (60) |
| Priority | Priority | 10 |
Do not use the same priority for multiple records. If Priority
10 is already
in use on another record, try a number slightly higher like 11 or 12.Add TXT SPF Record
In the same section, add another record in Vercel.- Type
sendfor theNameof the record. - Expand the
Typedropdown and selectTXT. - Copy the
TXTrecord value from Emailr into theValuefield in Vercel. - Use the default TTL of
60. - Select
Add.
Omit your domain from the record values in Emailr when you paste. Instead of
send.example.com, paste only send (or send.subdomain if you’re using a
subdomain).| Vercel | Emailr | Example Value |
|---|---|---|
| Type | Type | TXT Record |
| Name | Name | send |
| Value | Value | "v=spf1 include:amazonses.com ~all" |
| TTL | - | Use Vercel default (60) |
Add TXT DKIM Records
In the same section, add another record in Vercel.- Type
emailr._domainkeyfor theNameof the record. - Expand the
Typedropdown and selectTXT. - Copy the record value from Emailr into the
Valuefield in Vercel.
Omit your domain from the record values in Emailr when you paste. Instead of
emailr._domainkey.example.com, paste only emailr._domainkey (or
emailr._domainkey.subdomain if you’re using a subdomain).| Vercel | Emailr | Example Value |
|---|---|---|
| Type | Type | TXT Record |
| Name | Name | emailr._domainkey |
| Value | Value | p=example_demain_key_value |
| TTL | - | Use Vercel default (60) |
Complete Verification
Now click Verify DNS Records on your Domain in Emailr. It may take a few hours to complete the verification process (often much faster).Troubleshooting
If your domain is not successfully verified, these are some common troubleshooting methods.Emailr shows my domain verification failed.
Emailr shows my domain verification failed.
Review the records you added to Vercel to rule out copy and paste errors.
It has been longer than 72 hours and my domain is still Pending.
It has been longer than 72 hours and my domain is still Pending.