Hi TheProfi,
Ein Blick in die automatisch eingebundene IdSMTP.pas
Unit in der Uses Clause zeigt:
Delphi-Quellcode:
type
TIdSMTPAuthenticationType = (satNone, satDefault, satSASL);
Also:
Zitat von
TheProfi:
Delphi-Quellcode:
login_typ := get_parameter(datamodule1.tblprogrammparameter,'2014');
{authentication settings}
case login_typ of
0: IDSMTP.AuthType := satNone;
1: IDSMTP.AuthType := satDefault; {Simple Login}
end;
Gruß Assertor