Internet Direct (Indy) Version 9.0.2 Beta
|
procedure Connect(const ATimeout: Integer); override;
After establishing the socket connection, Connect will clear AuthSchemesSupported. Connect hails the server using either the HeloName or the LocalName properties using either the SMTP EHLO or HELO commands. When the EHLO command is supported on the SMTP server, AuthSchemesSupported will be loaded.
If an exception is raised in Connect, the SMTP client will call Disconnect and the exception will be re-raised.