Skip to main content
This guide walks you through adding the required DNS records for Lettr using Hetzner’s DNS Console. Hetzner is a European hosting provider that offers DNS management through its DNS Console at dns.hetzner.com. You will configure a sending domain (CNAME, DKIM TXT, and DMARC TXT records) and, optionally, an inbound domain (MX records), tracking domain (two CNAME records), and storage domain (CNAME and two TXT records).

Sending Domain Setup

A sending domain authenticates your outgoing emails with DKIM and DMARC, ensuring they are delivered reliably and not marked as spam. This requires a CNAME record for domain verification, a TXT record for DKIM signing, and a TXT record for DMARC policy. To create a sending domain in Lettr:
  1. Select Domains in the navigation panel
  2. Select Sending Domains
  3. Click Create Sending Domain
  4. Enter your desired sending subdomain (e.g. mailing.company.com)
  5. Click Create Domain
Use a subdomain (e.g. mailing.company.com) instead of the root domain (company.com). A subdomain provides proper reputation segmentation and is required if you also plan to receive emails with Lettr.
Click your new domain in the Sending Domains list. This will display a list of DNS records that need to be configured. Keep this page open — you will need these values soon.

Configure Hetzner DNS

Log in to your Hetzner account and select one of your projects. In your project dashboard, click on DNS in the left-hand menu and select the DNS Zone you want to configure. Domain listed in Hetzner DNS zone list This will open the domain details page, where you can manage your DNS records. Hetzner DNS zone details page with nameserver instructions
If your domain was purchased through Hetzner or your nameservers already point to Hetzner, skip nameserver configuration entirely. Your domain is already using Hetzner’s nameservers by default — proceed directly to adding the DNS records below.
If you registered your domain elsewhere but want to manage DNS on Hetzner, you must first update the nameservers at your registrar to Hetzner’s nameservers shown in the domain configuration.Hetzner nameserver configuration
Until the nameservers are updated, any records you add in Hetzner will not resolve.

Add CNAME Record

The CNAME record verifies domain ownership with Lettr’s email infrastructure. Copy the CNAME values from Lettr to Hetzner:
  1. Expand the Type dropdown in Hetzner and select CNAME.
  2. Copy the Hostname from Lettr and paste it into the Name field in Hetzner.
  3. Copy the Value from Lettr and paste it into the Value field in Hetzner.
  4. Leave TTL empty (Hetzner will default to 3600).
  5. Click Add.
Omit your domain suffix from the Hostname when pasting into Hetzner. For example, instead of mailing.lettr-demo.com, paste only mailing.
Adding CNAME record in Hetzner DNS Console

Add TXT Record (DKIM)

The DKIM record adds a cryptographic signature to your outgoing emails, allowing recipients to verify they were sent by an authorized sender. Copy the TXT values from Lettr to Hetzner:
  1. Expand the Type dropdown in Hetzner and select TXT.
  2. Copy the Hostname from Lettr and paste it into the Name field in Hetzner.
  3. Copy the Value from Lettr and paste it into the Value field in Hetzner.
  4. Leave TTL empty (Hetzner will default to 3600).
  5. Click Add.
Omit your domain suffix from the Hostname when pasting into Hetzner. For example, instead of scph0126._domainkey.mailing.lettr-demo.com, paste only scph0126._domainkey.mailing.
Adding DKIM TXT record in Hetzner DNS Console

Add TXT Record (DMARC)

The DMARC record tells receiving mail servers how to handle emails that fail authentication checks, protecting your domain from spoofing. Copy the TXT values from Lettr to Hetzner:
  1. Expand the Type dropdown in Hetzner and select TXT.
  2. Copy the Hostname from Lettr and paste it into the Name field in Hetzner.
  3. Copy the Value from Lettr and paste it into the Value field in Hetzner.
  4. Leave TTL empty (Hetzner will default to 3600).
  5. Click Add.
Omit your domain suffix from the Hostname when pasting into Hetzner. For example, instead of _dmarc.mailing.lettr-demo.com, paste only _dmarc.mailing.
Adding DMARC TXT record in Hetzner DNS Console

Verify Your Sending Domain

After adding all three DNS records, go back to Lettr and click Verify DNS Records. DNS propagation can take up to 24–48 hours, though it typically completes within a few minutes.

Inbound Domain Setup

An inbound domain allows Lettr to receive emails on your behalf. This requires three MX records that direct incoming mail to Lettr’s mail servers.

Add Inbound Domain to Lettr

To create an Inbound domain in Lettr:
  1. Select Domains in the navigation panel
  2. Select Inbound Domains
  3. Click Create Inbound Domain
  4. Enter your desired inbound subdomain (e.g. inbound.company.com)
  5. Click Create Domain.
Click on your new domain in the Inbound Domains list. This will display the MX records that need to be configured.

Add MX Records

MX records tell other mail servers where to deliver emails addressed to your domain. Copy the MX values from Lettr to Hetzner:
  1. Expand the Type dropdown in Hetzner and select MX.
  2. Copy the Hostname from Lettr and paste it into the Name field in Hetzner.
  3. Copy the Priority number (e.g. 10) from Lettr and paste it into the Priority field in Hetzner.
  4. Copy the Required MX Record value (without the priority number) from Lettr and paste it into the Value field in Hetzner.
  5. Leave TTL empty (Hetzner will default to 3600).
  6. Click Add.
  7. Repeat this process for the second (rx2.sparkpostmail.com) and third (rx3.sparkpostmail.com) MX records.
Omit your domain suffix from the Hostname when pasting into Hetzner. For example, instead of inbound.lettr-demo.com, paste only inbound.
Adding MX record in Hetzner DNS Console

Verify Your Inbound Domain

After adding all three MX records, go back to Lettr and click Verify DNS Records. DNS propagation can take up to 24–48 hours, though it typically completes within a few minutes.

Tracking Domain Setup

A tracking domain allows Lettr to track email opens and link clicks using your own custom domain instead of the default Lettr tracking domain. This requires two CNAME records: one for the SSL certificate and one for routing tracking traffic to Lettr’s infrastructure.

Add Tracking Domain to Lettr

To create a Tracking domain in Lettr:
  1. Select Domains in the navigation panel
  2. Select Tracking Domains
  3. Click Create Tracking Domain
  4. Enter your desired tracking subdomain (e.g. tracking.company.com)
  5. Click Create Domain
Click on your new domain in the Tracking Domains list. This will display the CNAME records that need to be configured.

Add SSL Certificate CNAME Record

The SSL Certificate CNAME record provisions an SSL certificate for your custom tracking domain, enabling secure HTTPS connections for tracked links. Add the record in Hetzner:
  1. Expand the Type dropdown in Hetzner and select CNAME.
  2. Copy the Hostname from Lettr and paste it into the Name field in Hetzner.
  3. Copy the Value from Lettr and paste it into the Value field in Hetzner.
  4. Leave TTL empty (Hetzner will default to 3600).
  5. Click Add.
Omit your domain suffix from the Hostname when pasting into Hetzner. For example, instead of track.lettr-demo.com, paste only track.
Adding SSL Certificate CNAME record in Hetzner DNS Console

Add Traffic CNAME Record

The Traffic CNAME record routes click and open tracking requests from your custom domain to Lettr’s tracking servers. Add the record in Hetzner:
  1. Expand the Type dropdown in Hetzner and select CNAME.
  2. Copy the Hostname from Lettr and paste it into the Name field in Hetzner.
  3. Copy the Value from Lettr and paste it into the Value field in Hetzner.
  4. Leave TTL empty (Hetzner will default to 3600).
  5. Click Add.
Omit your domain suffix from the Hostname when pasting into Hetzner. For example, instead of track.lettr-demo.com, paste only track.
Adding Traffic CNAME record in Hetzner DNS Console

Verify Your Tracking Domain

After adding both CNAME records, go back to Lettr and click Verify DNS Records.

Storage Domain Setup

A storage domain lets you serve email assets (images, attachments) from your own custom domain instead of the default Lettr storage URL. This requires two TXT records for certificate validation and ownership verification, and a CNAME record for routing asset requests to Lettr’s storage infrastructure.

Add Storage Domain to Lettr

To create a Storage domain in Lettr:
  1. Select Domains in the navigation panel
  2. Select Storage Domains
  3. Click Create Storage Domain
  4. Enter your desired storage subdomain (e.g. assets.company.com)
  5. Click Create Domain
Click on your new domain in the Storage Domains list. This will display the TXT and CNAME records that need to be configured.

Add TXT Record (Certificate Validation)

The Certificate Validation TXT record provisions an SSL certificate for your custom storage domain, enabling secure HTTPS delivery of email assets. Add the record in Hetzner:
  1. Expand the Type dropdown in Hetzner and select TXT.
  2. Copy the Hostname from Lettr and paste it into the Name field in Hetzner.
  3. Copy the Value from Lettr and paste it into the Value field in Hetzner.
  4. Leave TTL empty (Hetzner will default to 3600).
  5. Click Add.
Omit your domain suffix from the Hostname when pasting into Hetzner, just as with the CNAME record above.
Adding Certificate Validation TXT record in Hetzner DNS Console

Add TXT Record (Hostname Pre-validation)

The Hostname Pre-validation TXT record verifies ownership of the storage domain before Lettr provisions a custom hostname for it. Add the record in Hetzner:
  1. Expand the Type dropdown in Hetzner and select TXT.
  2. Copy the Hostname from Lettr and paste it into the Name field in Hetzner.
  3. Copy the Value from Lettr and paste it into the Value field in Hetzner.
  4. Leave TTL empty (Hetzner will default to 3600).
  5. Click Add.
Omit your domain suffix from the Hostname when pasting into Hetzner, just as with the CNAME record above.
Adding Hostname Pre-validation TXT record in Hetzner DNS Console

Add CNAME Record (Domain Routing)

The Domain Routing CNAME record routes asset requests from your custom domain to Lettr’s storage infrastructure. Add the record in Hetzner:
  1. Expand the Type dropdown in Hetzner and select CNAME.
  2. Copy the Hostname from Lettr and paste it into the Name field in Hetzner.
  3. Copy the Value from Lettr and paste it into the Value field in Hetzner.
  4. Leave TTL empty (Hetzner will default to 3600).
  5. Click Add.
Omit your domain suffix from the Hostname when pasting into Hetzner. For example, instead of assets.lettr-demo.com, paste only assets.
Adding Domain Routing CNAME record in Hetzner DNS Console

Verify Your Storage Domain

After adding all three records, go back to Lettr and click Verify DNS Records.

Troubleshooting

Hetzner automatically appends your zone’s domain to the record name. If you paste the full hostname (e.g. mailing.lettr-demo.com), the resulting record will be mailing.lettr-demo.com.lettr-demo.com, which will fail verification.Always paste only the subdomain portion (e.g. mailing, scph0126._domainkey.mailing, _dmarc.mailing).
If verification fails after adding records, check the following:
  • Wait at least 30 minutes before your first verification attempt. Most records propagate within 1–2 hours.
  • Confirm the records exist using command-line tools:
# Check CNAME record
dig CNAME mailing.yourdomain.com +short

# Check DKIM record
dig TXT scph0126._domainkey.mailing.yourdomain.com +short

# Check DMARC record
dig TXT _dmarc.mailing.yourdomain.com +short

# Check MX records (inbound)
dig MX inbound.yourdomain.com +short

# Check tracking domain CNAME
dig CNAME track.yourdomain.com +short

# Check storage domain CNAME
dig CNAME assets.yourdomain.com +short
  • Use a web tool like dnschecker.org to verify propagation across multiple DNS servers worldwide.
A common mistake is selecting the wrong type in Hetzner’s record type selector:
RecordCorrect Type
Sending verificationCNAME
DKIMTXT
DMARCTXT
Inbound mailMX
Tracking SSL certificateCNAME
Tracking trafficCNAME
Storage certificate validationTXT
Storage hostname pre-validationTXT
Storage domain routingCNAME
Hetzner may require a trailing period on MX values (e.g. rx1.sparkpostmail.com.). Try adding it if verification fails.
The DKIM TXT value is a long string. After saving the record in Hetzner, re-open it to confirm the full value was stored. If it appears truncated, try pasting the value again. Hetzner’s DNS Console supports long TXT values, but copying errors can occasionally cut off the string.
If your records are saved in Hetzner but not resolving, confirm that your domain registrar is pointing to Hetzner’s nameservers. You can check this with:
dig NS yourdomain.com +short
The output should include Hetzner nameservers (e.g. hydrogen.ns.hetzner.com, oxygen.ns.hetzner.com, helium.ns.hetzner.de). If it shows a different provider’s nameservers, update them at your domain registrar.
If your DNS records are correctly configured (confirmed with dig or dnschecker.org) and verification still fails after 48 hours, contact Lettr support at support@lettr.com or through the in-app chat. Include your domain name and the output of the dig commands above.