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
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