Prerequisites
Before you begin, make sure you have:- A SendKit account with a domain added
- Access to your Google Cloud Console
- Your domain’s DNS records from the SendKit domain detail page
Add DNS records
Log in to Google Cloud Console, go to Network services > Cloud DNS, select your managed zone. Click Add standard for each of the following.1. DKIM record
Set the value
In the Routing data field, paste the DKIM value from SendKit wrapped in double quotes.
| Cloud DNS field | SendKit value |
|---|---|
| DNS name | sendkit._domainkey |
| Resource record type | TXT |
| Routing data | "your DKIM value from SendKit" (with quotes) |
| TTL | 3600 |
2. SPF record
| Cloud DNS field | SendKit value |
|---|---|
| DNS name | send |
| Resource record type | TXT |
| Routing data | "your SPF value from SendKit" (with quotes) |
| TTL | 3600 |
3. MX record
In Cloud DNS, MX records combine the priority and value in one field. Enter
10 followed by a space, then the MX value from SendKit with a trailing dot (e.g., 10 feedback-smtp.us-east-2.amazonses.com.).| Cloud DNS field | SendKit value |
|---|---|
| DNS name | send |
| Resource record type | MX |
| Routing data | 10 your-mx-value-from-sendkit. |
| TTL | 3600 |
4. DMARC record (optional)
Verify your domain
Go back to your SendKit domain detail page and click Refresh. Google Cloud 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
TXT record values need quotes
TXT record values need quotes
Google Cloud DNS requires all TXT values to be wrapped in double quotes. If verification fails, check that your records include the quotes.
MX record needs a trailing dot
MX record needs a trailing dot
Cloud DNS uses fully qualified domain names. Add a trailing dot (
.) at the end of the MX value.Managed zone not found
Managed zone not found
Make sure you’ve created a managed zone for your domain and that your domain’s nameservers point to the ones listed in the zone details (e.g.,
ns-cloud-a1.googledomains.com).
