Prerequisites
Before you begin, make sure you have:- A SendKit account with a domain added
- Access to your Porkbun account
- 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.
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.
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.
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
Host field includes the full domain
Host field includes the full domain
Porkbun automatically appends your domain to the host field. Enter only the subdomain part — e.g.,
send not send.yourdomain.com.DKIM value too long to display
DKIM value too long to display
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.

