Re: Gateway 2.0 web server issues

Posted by vysocan on
URL: http://ohs.356.s1.nabble.com/Gateway-2-0-web-server-issues-tp237p247.html

Hello Charlie,

the smtp client that OHS uses is part of lwip(netowrking) library. I've tried to dig deeper just to find that the 5 mins stuck issue is done in lwip core. It is simply when you enter secure port of mail.smtp2go.com and gateway does non secure connection, whole lwip thread gets stuck for 5 mins. I'll look more, but it is not critical issue I think.

But generally the mail.smtp2go.com works, just use the 2525 port and create your own credentials there to get user and password.

The error that you pasted in last reply is reply: Mail (0) sent with results: 0x06, 0x0217, 0x00000000
It is from server, 0x0217 = 535 (535 Incorrect authentication data).

I'll create a function to better describe it. Something like this:
Mail (0) sent with results: ERR_SVR_RESP, Server response: 535, 0x00000000

Adam