> Thanks for all, I understand. Today I have tryed with a simple TCP client > emulating the SMTP protocol manually, and ALL works good, the server is > closing the connection. But again using the SmtpCli.pas component the > connection is not closed or OnRequestDone is not fired (this only happens > when using EHLO with AUTH LOGIN). > > Well I will keep trying...
Use a sniffer such as Ethereal (link available form the links page at http://www.overbyte.be) to see exactly what happend. You'll see if the server close the connection and SMTP component miss this close. You'll also be able to reproduce the exact same dialog that the SMTP component does and see if it result in the same effect at server side. Sometimes bugs are very subtule and only a space somewhere can change everything. It may also be some race condition at server side. The component is working very fast compared to your manual test. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
