Using Rebex 2016 R3
I'm setting the Timeout property of the Rebex.Net.Smtp client to 90000, yet I'm still seeing calls to Connect failing within 23-25 seconds.
2017-10-18 10:24:14.445 INFO :[14] Info: Connecting to 68.87.20.5:25 using Smtp 2.0.6198.0.
2017-10-18 10:24:37.950 ERROR :[14] Info: Rebex.Net.SmtpException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> Rebex.Net.ProxySocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> Rebex.Net.ProxySocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 68.87.20.5:25
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at Rebex.Net.IYL.WF(String C, IPAddress D, Int32 L)