thank you Arno for fast answer,

Does it not matter how the code is written (OnRequestDone), eg like
this:

      case RqType of
         smtpConnect: begin
            Cli.Helo;
         end;
         smtpHelo: begin
            Cli.Mail;
         end;

Meaning, I don't use Ehlo method or so.

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Wednesday, August 5, 2009, 17:31, Arno Garrels wrote:

> Hello Wilfried,

>> I cannot test this at the moment, but if I set in TSmtpCli (ICS V5):
>> AutType := smtpAuthAutoSelect;
>> And fill in the userName and passWord (at creation time), is this
>> enough that it find all possible autentication types (seems to be
>> quit a few)? 

> It's enough. It even probes for types not announced in the EHLO response.
> It failed if no authentication was required.

> --
> Arno Garrels 


> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to