Internet Direct (Indy) Version 9.0.1 Beta
|
property EHLOReply: TStrings;
EHLOReply is used in the TIdSMTPServer.CommandEHLO action handler when the command object contains parameter values.
The default values in EHLOReply are assigned in the Create constructor, and represent the SMTP service extensions availble in the default server implementation. For example:
250-localhost 250-AUTH LOGIN 250 HELP
If additional SMTP service extensions are added to the server implementation, their keywords should be added to the lines in EHLOReply.