Registriert seit: 30. Mai 2005
Ort: Emden
42 Beiträge
Delphi 10.3 Rio
|
Re: IDSMTP.AuthType := atNone funktioniert unter Delphi 2010
30. Nov 2009, 13:37
Hi Assertor,
vielen Dank. Auf die Idee bin ich im moment nicht gekommen. (blind)
Ich hatte nur in der nachträglich installierten Onlinehilfe von Delphi geschaut und da steht noch:
Declaration
property AuthType: TIdSMTPAuthenticationType;
...
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.
...
Class
TIdSMTP
Funktioniert. migration damit abgeschlossen. War die letzte Änderung.
Gruß TheProfi
Georg Reimann
|