On wo, 2014-10-15 at 14:28 +0200, Willy Raets wrote:: > I have made a simplified test project where you can replicate the > problem. I used the original form and code from my library and threw out > all unneeded controls and code.
Made a small mistake in btnTest_Click() event when adapting and simplifying the code from my Gambas library to this MailTest application: Replace hMail.Password = Settings[MailTest/password] by hMail.Password = tbxPass.Text if you want a password to be passed to the mail server. It doesn't solve the error, so error seems to happen before authentication takes place. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
