TSmtpCli.Helo

From Overbyte
Jump to navigation Jump to search

Main page -> ICS component reference -> TSmtpCli -> Helo

Definition

method Helo;

Description

This method sends the Helo command to a STMP server, which is required during the login sequence if no authentication is to be used or required by the server. If authentication is to be used or required you need to send Ehlo instead.

Example

Best practices

Use this in a state machine (maybe a case statement) inside the OnRequestDone handler.

How to