Arno Garrels wrote: > Arno Garrels wrote: >> 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. > > Ah forgot the button-sequence on the left. > Connect | Ehlo | StartTLS | Ehlo | Auth |..as usual
As you might have noticed there are no authentication extensions listed in the first Ehlo response, so always issue the second after the SSL is established and AuthType may be set to smtpAuthAutoSelect as well. -- 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