Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : idSMTP logon not working
| Subject: | idSMTP logon not working |
| Posted by: | "RGreen" (rgreen@nospam.kemi.umu.se) |
| Date: | Mon, 26 Jun 2006 10:21:22 |
Hello!
I have a program that sends mail using the SMTP component from Indy. The
program worked fine when I compiled and used it with D7. Now I have
succesfully recompiled the program with D2006. The program works still fine,
but if the server needs authentication, the program cannot anymore send the
mail. I get the error: Server needs authentication. The code is the same and
works fine with the same server if compiled with D7.
Is the idSMTP.AuthType:= atDefault; broken in the D2006 version of indy?