Hostinger
Steps to Verify the sending Domain in GoDaddy
How to Add TXT, MX & CNAME Records for a Sending Domain in Hostinger
Setting up a sending domain involves adding TXT and CNAME records to your DNS. These records authenticate your emails, ensuring better deliverability and reducing the chances of emails being flagged as spam. Follow this guide to configure your sending domain in Hostinger.
What Are TXT, MX & CNAME Records for a Sending Domain?
TXT Records: These are used to store text-based information, such as SPF, DKIM, and DMARC configurations, which verify that your emails are sent from authorized servers.
CNAME Records: These are used to alias a domain or subdomain to another domain, often for domain verification or tracking purposes.
MX Records: MX (Mail Exchange) records direct email messages to the correct mail servers for your domain. These records are essential for receiving emails. They specify which servers should handle incoming mail, ensuring that emails are properly routed to your inbox.
Steps to Add TXT and CNAME Records
Go to Hostinger's website and log into your account.
Select the domain you want to configure as your sending domain.
Click Manage - To Add TXT, CNAME & MX Records

Access DNS Settings
In the Hostinger dashboard, navigate to the "Domains" section.
Select the domain for which you want to add the TXT and CNAME records.
Click on "Manage"

Add DKIM TXT Record
Click Add New Record.
Type: TXT
Host:
smtp._domainkey.send
------> Remove root domain (example.com or myshirt.com)Value:
k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDPpjWd8wuHzpdR47yGXxG5dpRd//lsxC4JK...
Save the record.

Add SPF TXT Record
Click Add New Record again.
Type: TXT
Host:
send
------> Remove root domain (example.com or myshirt.com)Value:
v=spf1 include.......
Save the record.
Add CNAME Record
Click Add New Record again.
Type: CNAME
Host:
email.send
------> Remove root domain (example.com or myshirt.com)Value:
mailgun.org
Save the record.

NOTE: FOLLOW THE SAME STEPS TO ADD DMARC RECORDS.
Add MX Record
Click Add New Record again.
Type: MX
Host:
send
------> Remove root domain (example.com or myshirt.com)Value a:
mxa.mailgun.org
Value b:
mxb.mailgun.org
Save the record.

Verify the DNS Records
Once you’ve added these records, it may take up to 24-48 hours for DNS propagation.
Use tools like MXToolbox to check the status of the DKIM, SPF, CNAME & records.
Need More Help? We’re here to make things easier for you!
Email Us: Reach out anytime at [email protected].
Schedule a Call: Still stuck or need a hands-on walkthrough? Book a quick session with our support team, and we’ll guide you step-by-step.
Last updated
Was this helpful?