Antol wrote:
> Hello ,
> 
> Anyone  has  any idea how to make OverbyteIcsSslMailSnd.exe send mails
> through  smtp.gmail.com?  Whatever  I try there, it just doesn't send.
> What parameters and buttons order should be used?

Either:

Host: smtp.googlemail.com / or smtp.gmail.com 
Port: 25
SSL-Type: Explicit
User: <your email address at gmail>
Password: <...>
AuthType: Login //!

Or:

Host: smtp.googlemail.com / or smtp.gmail.com 
Port: 465
SSL-Type: Implicit
User: <your email address at gmail>
Password: <...>
AuthType: Login //!

I prefer the first method.

At first skip peer verification (SslVerifyPeer unchecked).

Hit button Connect or Open and you are done. 

If you use buttons on the left, after the SSL handshake
succeeded issue a second EHLO request, it might work
without that however won't be RFC-conform.   

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

Reply via email to