Squarespace
Verify your domain on Squarespace with Resend.
Add Domain to Resend
Login to your Resend Account and add a domain.
It is a best practice to use a subdomain (updates.example.com) instead of the root domain (example.com). This allows for proper reputation segmentation based on topics or purpose (e.g. transactional and marketing).
Login to Squarespace
Login to your Squarespace domains page and click on your domain.
Add MX SPF Record
Scroll down to the Custom records section and select Add record
on Squarespace.
- Type
send
for theHost
of the record. - Set the
Type
toMX
. - Set the
Priority
to10
. - Use the Default 4 hours for
TTL
. - Copy the MX Value from Resend into the
Mail Server
field - Select
Save
.
Below is a mapping of the record fields from Resend to Squarespace:
Squarespace | Resend | Example Value |
---|---|---|
Type | Type | MX |
Host | Name | send |
TTL | - | 4 hrs (default) |
Mail Server | Value | feedback-smtp.us-east-1.amazonses.com |
Priority | Priority | 10 |
Omit your domain from the record values in Resend when you paste. Instead of
send.example.com
, paste only send
(or send.subdomain
if you’re using a
subdomain).
Do not use the same priority for multiple records. If Priority 10
is already
in use, try a number slightly higher like 11
or 12
.
Add TXT SPF Record
In the same Custom records section, select Add Record
on Squarespace.
- Type
send
for theHost
of the record. - Set the
Type
toTXT
. - Use the Default 4 hours for
TTL
. - Copy the TXT Value from Resend into the
Text
field - Select
Save
.
Add the TXT Record from your domain in Resend to Squarespace and click “Save”.
Below is a mapping of the record fields from Resend to Squarespace:
Squarespace | Resend | Example Value |
---|---|---|
Type | Type | TXT |
Host | Name | send |
TTL | - | 4 hrs (default) |
Text | Value | "v=spf1 include:amazonses.com ~all" |
Omit your domain from the record values in Resend when you paste. Instead of
send.example.com
, paste only send
(or send.subdomain
if you’re using a
subdomain).
Add TXT DKIM Records
In the same Custom records section, select Add Record
on Squarespace.
- Type
resend._domainkey
for theHost
of the record. - Set the
Type
toTXT
. - Use the Default 4 hours for
TTL
. - Copy the TXT Value from Resend into the
Text
field - Select
Save
.
Below is a mapping of the record fields from Resend to Squarespace:
Squarespace | Resend | Example Value |
---|---|---|
Type | Type | TXT |
Host | Name | resend._domainkey |
TTL | - | 4 hrs (default) |
Text | Value | p=MIGfMA0GCSqGSIbRL/a21QojogA+rYqIQXB/3DQEBDAQAB |
Omit your domain from the record values in Resend when you paste. Instead of
resend._domainkey.example.com
, paste only resend._domainkey
(or
resend._domainkey.subdomain
if you’re using a subdomain).
Complete Verification
Now click Verify DNS Records on your Domain in Resend. It may take up to 72 hours to complete the verification process (often much faster).
Troubleshooting
If your domain is not successfully verified, these are some common troubleshooting methods.