Discuss this help topic in SecureBlackbox Forum
Performs authorization on the SMTP server.
Declaration
Description
After the connection to the SMTP server is opened by the Open method, Login performs user's authentication on the server by sending the "EHLO" command to it. Use Username and Password properties to perform authentication using AUTH command. Leave them empty to skip authentication step. Authentication method depends on the values of ExtensionAuthLoginSupported and ExtensionAuthPlainSupported properties.