Internet Direct (Indy) Version 9.0.2 Beta
|
property AllowEHLO: boolean;
AllowEHLO is used in the TIdSMTPServer.CommandEHLO command event handler when the SMTP client has issues the SMTP EHLO command. When AllowEHLO is True, the server will send the values in Messages.Greeting.EHLOReply that indicate the server capabilities. When AllowEHLO is False, the server will send the value in Messages.Greeting.EHLONotSupported to the SMTP client connection.