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

  1. Go to Hostinger's website and log into your account.

  2. Select the domain you want to configure as your sending domain.

  3. Click Manage - To Add TXT, CNAME & MX Records

Login in Hostinger

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"

Manage the Domain - To Add TXT & CNAME

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.

Adding DKIM & SPF - TXT 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.

CNAME - Choose the Option

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.

Adding MX 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.

Last updated

Was this helpful?