Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: idSMTP logon not working

www.cryer.info
Managed Newsgroup Archive

Re: idSMTP logon not working

Subject:Re: idSMTP logon not working
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Mon, 26 Jun 2006 17:39:46

"RGreen" <RGreen@nospam.kemi.umu.se> wrote in message
news:44a06c62$1@newsgroups.borland.com...

> The server never changed. The SAME code compiled with
> D7 that had Indy 9 could login and send without problems.

TIdSMTP in Indy 9 does not validate the server capabilities, whereas it does
in Indy 10.  AUTH LOGIN is the only authentication scheme that Indy 9
TIdSMTP supports, so it always sends it regardless of whether the server
actually supports it or not.  TIdSMTP in Indy 10, on the other hand,
validates whether the server supports that command before sending it.  If
the server does not include AUTH LOGIN as a supported scheme in the response
to the EHLO command, then TIdSMTP in Indy 10 will never send that command to
the server during authentication.

> The same code without modifications fails with auth error.

What is the EXACT error message?


Gambit

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive