Authentication type required to connect to the SMTP host.
property AuthType: TIdSMTPAuthenticationType;
AuthType is a TIdSMTPAuthenticationType property that specifies the authentication type to use when accessing the SMTP server.
AuthType can contain one of the following values:
Value |
Meaning |
atNone |
No authentication is required. |
atSASL |
SASL authentication is required. |
atDefault |
Use the default username and password authentication. |
The default value for AuthType is DEF_SMTP_AUTH as assigned during initialization of the component.
You can find the authentication mechanisms supported on the SMTP server identified in Host by using SASLMechanisms property.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |