Skip to main content

Add Domain to Emailr

First, log in to your Emailr Account and add a domain. Screenshot placeholder
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:
  1. In the left-hand navigation, go to Domains > Manage Domain.
Screenshot placeholder

Add MX SPF Record

  1. On the domain page, click on the gear icon to redirect to Settings.
  2. Create a new subdomain named send.
  3. Navigate to the subdomain settings.
  4. Go to the DNS tab, you’ll see a list of DNS records you can update. Click on manage MX record.
  5. Select own mail server.
  6. Copy MX value from Emailr into Server field.
  7. Use the default priority Low.
  8. 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.
Screenshot placeholder Screenshot placeholder Below is a mapping of the record fields from Emailr to Strato:
StratoEmailrExample Value
TypeTypeMX Record
NameNamesend
Mail serverValuefeedback-smtp.eu-west-1.amazonses.com.
PriorityPriorityLow

Add TXT SPF Record

On the base domain settings:
  1. Go to the DNS tab.
  2. Manage TXT and CNAME records.
  3. On the bottom, click Create another record.
  4. Choose TXT type.
  5. Add send for the name record.
  6. For value input v=spf1 include:amazonses.com ~all.
  7. Save settings.
Strato provides a standard DMARC record similar to Emailr’s recommended value: v=DMARC1;p=reject;.
Screenshot placeholder Screenshot placeholder Below is a mapping of the record fields from Emailr to Strato:
StratoEmailrExample Value
TypeTypeTXT Record
NameNamesend
ValueValuev=spf1 include:amazonses.com ~all

Add TXT DKIM Records

On the same TXT and CNAME manage page:
  1. Click Create another record.
  2. Choose TXT type.
  3. Add emailr._domainkey for the Name record.
  4. Copy the record value from Emailr into the TXT value field.
  5. Save settings.
Omit your domain from the record values in Emailr when you paste. Instead of emailr._domainkey.example.com, paste only emailr._domainkey (or emailr._domainkey.subdomain if you’re using a subdomain).
Screenshot placeholder Screenshot placeholder Below is a mapping of the record fields from Emailr to Strato:
StratoEmailrExample Value
TypeTypeTXT Record
NameNamesend
ValueValuep=example_demain_key_value
Copy DKIM value using the small copy icon in Emailr. DKIM records are case-sensitive and must match up exactly.

Complete Verification

Now click Verify DNS Records on your Domain in Emailr. 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.
Review the records you added to Strato to rule out copy and paste errors.