PTR records (Reverse DNS) map IP addresses to domain/hostnames, validating that a server is authorized to send email from that domain. The HELO/EHLO commands initiate an SMTP session, identifying the sending server. A mismatch between the hostname in the HELO/EHLO command and the hostname associated with the IP address in the PTR record can lead to deliverability problems, including being blocked by ISPs like AT&T. Using a real domain name in the HELO/EHLO command is vital. Generally, the ISP, hosting provider, or ESP is responsible for managing PTR records. Maintaining proper reverse DNS helps build a positive IP reputation and prevent spoofing, improving overall email deliverability. If using EC2, you are responsible; otherwise, contact your ISP. There may be other, unrevealed factors AT&T uses when deciding to block email traffic. It's often more important to avoid negative impacts to IP reputation than to ensure positive ones.
10 marketer opinions
PTR records map IP addresses to hostnames, while HELO/EHLO provide the sending server's hostname. AT&T, like many ISPs, may block emails if there's a mismatch between the hostname presented in HELO/EHLO and the hostname associated with the IP address via the PTR record. This mismatch can flag emails as spam. The responsibility for managing PTR records typically lies with the ISP, hosting provider, or ESP that owns the IP address block. Ensuring your HELO resolves to a valid DNS address is also important. PTR records help build trust and improve email deliverability by confirming the mail server's authenticity and preventing spoofing.
Marketer view
Email marketer from Email On Acid explains that PTR records play a role in increasing email deliverability because many servers will automatically reject messages from servers without one. Ensuring your mail server has a PTR record ensures they can verify the sending server.
11 Jul 2024 - Email On Acid
Marketer view
Email marketer from Stack Overflow explains that the responsibility for PTR records usually lies with the owner of the IP address block. This is typically the ISP or hosting provider. If you are using an ESP, they will manage the PTR records for their sending IPs.
30 Aug 2021 - Stack Overflow
4 expert opinions
PTR records link IPs to hostnames, and HELO initiates the SMTP connection. A mismatch between the hostname presented in HELO and the hostname associated with the IP in the PTR record, especially if HELO is a non-existent domain, can lead to AT&T blocking the email. The ESP (Email Service Provider) usually handles these configurations. Maintaining valid reverse DNS is important for your IP reputation, and it is generally more important to avoid negative impacts in this area than guaranteeing positive ones.
Expert view
Expert from Email Geeks explains that PTR record says which IP belongs to which hostname and HELO is the first step in SMTP. AT&T is saying the hostname in the PTR record differs from what the machine introduces itself as.
29 Oct 2021 - Email Geeks
Expert view
Expert from Spam Resource explains that your HELO domain is critically important, it needs to be a real domain, not a made up name.
28 Dec 2024 - Spam Resource
4 technical articles
PTR records (Reverse DNS) map IP addresses to domain/hostnames, verifying the sender's authorization. HELO/EHLO initiate SMTP sessions, identifying the sending client and enabling protocol extension negotiation. Using a consistent hostname in HELO/EHLO and ensuring a matching PTR record improves deliverability. If sending from EC2, setting up reverse DNS is your responsibility; otherwise, contact your ISP.
Technical article
Documentation from AWS shares that, in regards to reverse DNS records, if you send email from EC2, it is your responsibility to set up the reverse DNS records for your IP addresses. Contact your ISP if it is not AWS.
7 Dec 2024 - Amazon Web Services
Technical article
Documentation from Google Postmaster Tools recommends using a consistent hostname in the HELO or EHLO command, and ensuring that a PTR record exists for the sending IP address that matches this hostname. This helps improve email deliverability.
19 Sep 2021 - Google Postmaster Tools
Do PTR records and HELOs impact email deliverability?
How do I check if the sending IP address matches the IP address of the hostname specified in the Pointer (PTR) record?
How do I configure reverse DNS (rDNS) with multiple IP addresses for email sending?
How do I contact the AT&T postmaster and what domains are associated with their email filtering?
How do I perform a reverse DNS lookup and interpret the results?
How important is it for reverse DNS to match SMTP banner for email deliverability?