Unit
ScSMTPClient
Description
TScSASLLogin is a TScSASLUserPassMechanism descendant that implements the LOGIN SASL mechanism.
LOGIN is a simple clear-text user/password authentication mechanism. LOGIN is an obsolete mechanism, and you should use the PLAIN mechanism implemented in the TScSASLPlain class instead.
The username and password can be specified in the appropriate properties, Username and Password.
The ServiceName method of this class returns the 'LOGIN' value.
See also