when I use this
Code: Select all
OpenConsole()
MySMTPServer.s = "smtp.gmail.com"
MySMTPPort.l = 465
rc.l = PureSMTP_OpenSMTPConnection(MySMTPServer, MySMTPPort)
Debug rcAny ideas why this doesn't work?
Thx.

Code: Select all
OpenConsole()
MySMTPServer.s = "smtp.gmail.com"
MySMTPPort.l = 465
rc.l = PureSMTP_OpenSMTPConnection(MySMTPServer, MySMTPPort)
Debug rc
No, neither the PB own SMTP functions nor the PureSMTP library are supporting SSL/TLS connections. As google only supports theese type of connections, you are currently not able to use gmail accounts together with PureBasic.Any other library available for that functionality?
