Difference between revisions of "TSmtpCli.Ehlo"
Jump to navigation
Jump to search
Markus.humm (talk | contribs) (Ehlo) |
|||
Line 1: | Line 1: | ||
+ | [[Main_Page | Main page]] -> [[ICS_Components_Reference | ICS component reference]] -> [[TSmtpCli]] ->[[TSmtpCli.Ehlo | 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'' |
Revision as of 15:30, 12 September 2009
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