If you're using Hostinger Reach and your domain points to Hostinger nameservers, we automatically add the necessary DNS records to help your emails land in the inbox — not the spam folder.
However, if you ever need to apply them manually, here's how you can do it.
Connect your domain in Reach 🔧
Go to your Reach dashboard.
Click your profile icon (top right).
Choose Profile settings.
Under Sender details, select the domain you want to connect.
Open your domain DNS Zone (either in Hostinger or with your external provider) and add the following records manually.
🛡️ What These Records Do
Understanding these records helps ensure your emails are trusted by email providers like Gmail and Outlook:
Record | What it does | Why it matters |
SPF | Authorizes specific email servers to send emails on your behalf. | Helps prevent spoofing and improves email trust. |
DKIM | Adds a digital signature to your emails. | Proves your emails weren’t changed in transit and confirms they came from you. |
✅ DNS Records to Add
The records to be added would be:
1. DKIM records that are under the CNAME format:
Type | Name | Content / Value |
CNAME | reach-a._domainkey | reach-a.dkim.reach.hostinger.com |
CNAME | reach-b._domainkey | reach-b.dkim.reach.hostinger.com |
The result expected should look as below inside your domain's DNS:
2. DMARC records that are under the TXT format:
Type | Name | Content / Value |
TXT | _dmarc | "v=DMARC1; p=none" |
The result expected should look as below inside your domain's DNS:
3. SPF records that are under the TXT format:
Type | Name | Content / Value |
TXT | @ | "v=spf1 include:_spf.reach.hostinger.com ~all" |
The result expected should look as below inside your domain's DNS:
⚠️ Note: If you're already using an SPF record (e.g., for Titan Email), you’ll need to combine the Reach SPF entry with your existing one ⚠️
Examples:
Titan SPF only:
v=spf1 include:spf.titan.email ~all
Reach SPF only:
v=spf1 include:_spf.reach.hostinger.com ~all
Combined SPF (Titan + Reach):
v=spf1 include:spf.titan.email include:_spf.reach.hostinger.com ~all
You should have only one SPF record per domain. If there’s more than one, email providers may ignore both.
⏳ Propagation Time
Once you add or update DNS records, it may take up to 24 hours for the changes to fully propagate across the internet. You can find more details here.
If the records haven’t propagated yet, Reach won’t be able to send emails from your domain — messages will be declined until the records are fully recognized ⚠️
💬 Need Help?
If you're unsure how to edit DNS records or are not sure if they were added correctly, our support team is here to help. You can contact them by following the steps here.
Ensuring these records are set correctly will boost your email deliverability and protect your domain’s reputation.