Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : TidSMTP and atDefault
| Subject: | TidSMTP and atDefault |
| Posted by: | "RGreen" (rgreen@nospam.kemi.umu.se) |
| Date: | Fri, 25 Aug 2006 14:49:51 |
Using Indy 10 in Delphi 2006.
The code
SMTP.AuthType:= atDefault; // I don't support SSL
SMTP.Username:= 'Some id'
SMTP.Password:= 'Some password';
SMTP.Connect();
SMTP.Send();
Gives an error. The client cannot authentify with the server. The same code
worked in eraly versions of indy (SMTP.AuthType = atLogin) with the same
server.