Strato
Verify your domain on Strato with Resend.
Add Domain to Resend
First, log in to your Resend Account and add a domain.
It is 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).
Log in to Strato
Log in to your Strato account:
- In the left-hand navigation, go to Domains > Manage Domain.
Add MX SPF Record
- On the domain page, click on the gear icon to redirect to Settings.
- Create a new subdomain named
send
. - Navigate to the subdomain settings.
- Go to the
DNS
tab, you’ll see a list of DNS records you can update. Click onmanage
MX record. - Select own mail server.
- Copy MX value from Resend into
Server
field. - Use the default priority
Low
. - Save settings.
By default, Strato domains use Strato mail server which uses mail
as their
send path. You will need to bypass this default behavior by creating a
subdomain and setting the MX record there.
Below is a mapping of the record fields from Resend to Strato:
Strato | Resend | Example Value |
---|---|---|
Type | Type | MX Record |
Name | Name | send |
Mail server | Value | feedback-smtp.eu-west-1.amazonses.com. |
Priority | Priority | Low |
Add TXT SPF Record
On the base domain settings:
- Go to the
DNS
tab. - Manage TXT and CNAME records.
- On the bottom, click
Create another record
. - Choose
TXT
type. - Add
send
for thename
record. - For
value
inputv=spf1 include:amazonses.com ~all
. - Save settings.
Strato provides a standard DMARC record similar to Resend’s recommended value:
v=DMARC1;p=reject;
.
Below is a mapping of the record fields from Resend to Strato:
Strato | Resend | Example Value |
---|---|---|
Type | Type | TXT Record |
Name | Name | send |
Value | Value | v=spf1 include:amazonses.com ~all |
Add TXT DKIM Records
On the same TXT and CNAME manage page:
- Click
Create another record
. - Choose
TXT
type. - Add
resend._domainkey
for theName
record. - Copy the record value from Resend into the TXT value field.
- Save settings.
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).
Below is a mapping of the record fields from Resend to Strato:
Strato | Resend | Example Value |
---|---|---|
Type | Type | TXT Record |
Name | Name | send |
Value | Value | p=MIGfMA0GCSqGSIbRL/a21QojogA+rYqIQXB/3DQEBDAQAB |
Copy DKIM value using the small copy icon in Resend. DKIM records are case-sensitive and must match up exactly.
Complete Verification
Now click Verify DNS Records on your Domain in Resend. It may take a few hours to complete the verification process (often much faster).
Troubleshooting
If your domain is not successfully verified, these are some common troubleshooting methods.