Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: Indy 10: Authentication unsuccessful

www.cryer.info
Managed Newsgroup Archive

Re: Indy 10: Authentication unsuccessful

Subject:Re: Indy 10: Authentication unsuccessful
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Tue, 13 Mar 2007 10:56:25

"Hubert Anemaat" <hubert@anemaat.nl> wrote in message
news:45f6aa97$1@newsgroups.borland.com...

> I moved from Indy 8 to Indy 10.
> One of my clients gets now "Authentication unsuccessful"
> when trying to send an e-mail. I make use of IdSMTP.

Did you set the AuthType property to something other than atNone?  Did
you set the UseEhlo property to True?

If you set the AuthType to atDefault, then did you set the Username
and Password properties?  Does the server even support the AUTH LOGIN
command (many don't anymore)?  You can check the Capabilities property
for that after connecting.

If you set the AuthType to atSASL, then did you set up the
SASLMechanisms collection at all?


Gambit

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive