Skip to main content

Prerequisites

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

Add DNS records

Log in to Porkbun, go to Domain Management, click DNS next to your domain. Click Add Record for each of the following.

1. DKIM record

1

Add a new record

Select TXT from the Type dropdown.
2

Set the host

In the Host field, enter sendkit._domainkey.
3

Set the answer

In the Answer field, paste the full DKIM value from your SendKit domain detail page.
4

Save

Leave TTL as the default and click Add.
Porkbun fieldSendKit value
TypeTXT
Hostsendkit._domainkey
AnswerYour DKIM value from SendKit

2. SPF record

1

Add a new record

Select TXT from the Type dropdown.
2

Set the host

In the Host field, enter send.
3

Set the answer

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

Save

Leave TTL as the default and click Add.
Porkbun fieldSendKit value
TypeTXT
Hostsend
AnswerYour SPF value from SendKit

3. MX record

1

Add a new record

Select MX from the Type dropdown.
2

Set the host

In the Host field, enter send.
3

Set the answer

In the Answer field, paste the MX value from your SendKit domain detail page.
4

Set priority

Set Priority to 10.
5

Save

Leave TTL as the default and click Add.
Porkbun fieldSendKit value
TypeMX
Hostsend
AnswerYour MX value from SendKit
Priority10

4. DMARC record (optional)

1

Add a new record

Select TXT from the Type dropdown.
2

Set the host

In the Host field, enter _dmarc.
3

Set the answer

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

Save

Leave TTL as the default and click Add.

Verify your domain

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

Porkbun automatically appends your domain to the host field. Enter only the subdomain part — e.g., send not send.yourdomain.com.
Porkbun may truncate long values in the list view, but the full value is stored. Copy the DKIM value directly from SendKit and paste it — it will work correctly.