TSmtpCli.Ehlo
Main page -> ICS component reference -> TSmtpCli -> Ehlo
Definition
method Ehlo;
Description
This method sends the Ehlo command to a STMP server, which is required during the login sequence if authentication is to be used or required by the server. If no authentication is to be used or required you can send Helo instead.
Example
nothing yet
Best practices
Use this in a state machine (maybe a case statement) inside the OnRequestDone handler.
How to
nothing yet