property AuthenticationType: TScSMTPAuthenticationType; default satDefault;
Description
Determines the authentication type to use when accessing the e-mail server.
To use simple password authentication you set AuthenticationType to satDefault.
To use SASL authentication you set AuthenticationType to satSASLMechanism.
The list of used SASL mechanisms is set in the SASLMechanisms property.
See Also