Skip to main content

Prerequisites

Before you begin, make sure you have:
  1. A SendKit account with a domain added
  2. Access to your DigitalOcean Control Panel
  3. Your domain’s DNS records from the SendKit domain detail page

Add DNS records

Log in to DigitalOcean, go to Networking > Domains, select your domain. Click Add Record for each of the following.

1. DKIM record

1

Select record type

Click the TXT tab at the top of the records section.
2

Set the hostname

In the Hostname 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

Leave TTL as 3600 and click Create Record.
DigitalOcean fieldSendKit value
TypeTXT
Hostnamesendkit._domainkey
ValueYour DKIM value from SendKit
TTL3600

2. SPF record

1

Select record type

Click the TXT tab.
2

Set the hostname

In the Hostname field, enter send.
3

Set the value

In the Value field, paste the SPF value from your SendKit domain detail page.
4

Save

Leave TTL as 3600 and click Create Record.
DigitalOcean fieldSendKit value
TypeTXT
Hostnamesend
ValueYour SPF value from SendKit
TTL3600

3. MX record

1

Select record type

Click the MX tab.
2

Set the hostname

In the Hostname field, enter send.
3

Set the mail server

In the Mail Provider Hostname field, paste the MX value from your SendKit domain detail page.
4

Set priority

Set Priority to 10.
5

Save

Leave TTL as 3600 and click Create Record.
DigitalOcean fieldSendKit value
TypeMX
Hostnamesend
Mail Provider HostnameYour MX value from SendKit
Priority10
TTL3600

4. DMARC record (optional)

1

Select record type

Click the TXT tab.
2

Set the hostname

In the Hostname field, enter _dmarc.
3

Set the value

In the Value field, enter v=DMARC1; p=none;.
4

Save

Leave TTL as 3600 and click Create Record.

Verify your domain

Go back to your SendKit domain detail page and click Refresh. DigitalOcean 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

You need to add your domain in Networking > Domains before you can manage DNS records. Also make sure your domain’s nameservers point to DigitalOcean (ns1.digitalocean.com, ns2.digitalocean.com, ns3.digitalocean.com).
DigitalOcean automatically adds a trailing dot to MX hostnames. This is normal and won’t affect verification.