ONLINE
Deliverability Letter

HELO/EHLO

HELO and EHLO are the commands a sending server uses to identify itself at the start of an SMTP conversation.

HELO (Hello) and EHLO (Extended Hello) are the first commands sent by a client or sending server to start an email transmission session. They are effectively saying, "Hi, I am [server-name], and I want to send email."

EHLO is the modern version that asks the receiving server which "Extended SMTP" (ESMTP) features it supports, like encryption (STARTTLS) or large file sizes. If the server doesn't understand EHLO, the sender falls back to the older HELO.

Receiving servers check the hostname provided in the HELO/EHLO command. If a server claims to be google.com but its IP address belongs to a residential ISP, it will be flagged as suspicious.