
The receiving server can compare the email sender’s actual IP address to the list in the SPF record. The SPF record is a TXT record that lists the IP addresses approved by the domain owner. Sender Policy Framework (SPF) is an email authentication standard developed by AOL that allows you to list all the IP addresses that are authorized to send email on behalf of your domain. For more information about how DKIM works, see DKIM Records Explained. The DKIM record is a TXT record that stores the DKIM public key. With DKIM implemented, the sending email server adds a cryptographic signature to your emails' headers. DKIMĭomainKeys Identified Mail (DKIM) is an authentication method that uses asymmetric encryption to sign and verify your email.

DKIM and SPF are both implemented in part by setting TXT records on your domain.

When working with an email provider such as Twilio SendGrid, you should be aware of two types of email authentication: DomainKeys Identified Mail (DKIM) and Sender Policy Framework (SPF). These providers allow you to set and remove DNS entries for your domain. Popular DNS providers include DNSimple, GoDaddy, Rackspace, and Cloudflare, but there are many others. For example, your domain may have an A record pointing to the IP address of your web server and CNAME records pointing to the cloud service that handles your email.ĭNS records are managed using your DNS provider or host.

A single domain may have many records of varying types. However, some records, such as CNAME records, link a domain to another domain or "host." Other records, such as TXT records, allow a domain owner to store text information about the domain. An A record points a domain directly to an IP address where requested resources can be found. It resolves domains humans can remember, like, to IP addresses that belong to specific computers. DNS is a naming system for domains on the internet. DNSĪs mentioned earlier, Domain Name System (DNS) records are essential to verifying which email servers are allowed to send email on behalf of your domain. If you wish to continue with Domain Authentication setup, skip ahead to the setup instructions. However, you do not need to become an email deliverability expert to send email with Twilio SendGrid. Having a high level understanding of the following terms will help as you learn more about email deliverability. Both receiving email servers and human recipients will be more likely to trust the legitimacy of your messages, which means you're more likely to reach an inbox than a spam folder.Your recipients will no longer see "via " beside the from address of your messages.Once you have completed Domain Authentication by following the instructions on this page:

