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