Internet Direct (Indy) Version 9.0.2 Beta
|
constructor Create(AOwner: TComponent); override;
Create assigns TIdSMTPServerThread to ThreadClass to indicate the class used to create threads of execution for new SMTP client connections.
Create assigns the default values for the Greeting property, used when new client connections are established, and the ReplyUnknownCommand property, used when an unknown SMTP command is received by the SMTP server.
Create also initializes a group of TIdCommandHandler instances in CommandHandlers used to implement SMTP server commands when CommandHandlersEnabled is True. The commands and command event procedures in the default SMTP server implementation include: