property HeloName: string;
Description
Holds the identity name of the client that establishes a connection to the SMTP server using the EHLO or HELO command.
HeloName is used in TScSMTPClient.Connect to access the SMTP server.
When HeloName contains a blank value, the local hostname is used when connecting to the SMTP server.
See also