Re: [twsocket] Assign event handler to manually created TStmpCli object

2005-06-21 Thread Francois Piette
twsocket] Assign event handler to manually created TStmpCli object > Dear all, > > I am writing a simple mail client in console application form. I manually > created a TSmtpCli object for my purpose. > > The problem is that after I call the SmtpClient->Connect() method, the c

[twsocket] Assign event handler to manually created TStmpCli object

2005-06-21 Thread Patrick Wong
Dear all, I am writing a simple mail client in console application form. I manually created a TSmtpCli object for my purpose. The problem is that after I call the SmtpClient->Connect() method, the client fails to connect to the SMTP server. I referenced the MailSnd example and did set SmtpCl