Difference between revisions of "TSmtpCli.Ehlo"

From Overbyte
Jump to navigation Jump to search
(Inserted Wiki link)
 
(One intermediate revision by the same user not shown)
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 [[TSmtpCli.Helo | 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''

Latest revision as of 22:43, 28 January 2019

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