Unit
ScSMTPClient
type
TScSMTPAuthenticationType = (satNone, satDefault, satSASLMechanism);
Description
The TScSMTPAuthenticationType enumeration represents the authentication type used by an e-mail server.
| Value | Meaning |
| satNone | No authentication. |
| satDefault | Simple authentication (AUTH LOGIN). |
| satSASLMechanism | Authentication by SASL (Simple Authentication and Security Layer) mechanism. |
See also
TScSMTPClient.AuthenticationType