How to authenticate and send from a Subdomain

Objective

This guide cover authentication and sending emails from a subdomain, instead of a regular root domain.

Product

Twilio SendGrid

User Account Permission/Role(s) Required

Account Administrator or Teammate with Administrator or Sender Authentication privileges

Procedure

Sending from a subdomain is similar to sending from the root domain. In order to send from "@subdomain.domain.com", you would need to first authenticate "subdomain.rootdomain.com" using  SendGrid's documented Domain Authentication process.

  • To send from "@subdomain.rootdomain.com" you would need to follow the same domain authentication process linked above, but instead of entering just the root domain, you would enter the full subdomain: subdomain.rootdomain.com
  • This will create records like "em####.subdomain.rootdomain.com", which will need to be added to the DNS registrar for the root domain. This is the registrar for "rootdomain.com" in this example.
  • Once the subdomain records are added and the subdomain is valid in SendGrid, you will be able to send from any_email@subdomain.rootdomain.com.
  • With both the subdomain and domain authenticated, you would be able to send from both domains (root and subdomain) as needed. If you wish to send from a different subdomain, you will need to authenticate it in the way described above. 

Additional Information

 If your DNS hosting automatically adds the domain after the entry in the Host field, you just need to enter the first part of the CNAME record as em####.subdomain for the record to resolve as em####.subdomain.rootdomain.com

Have more questions? Submit a request