TSmtpCli.Ehlo

From Overbyte
Revision as of 15:30, 12 September 2009 by Markus.humm (talk | contribs) (Ehlo)
Jump to navigation Jump to search

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