I created a new project in Visual Studio 2015 and installed the 7.5.2 version via nuget to see the news.
When testing the new feature for password recovery is occurring a failure.
If inform an e-mail that does not exist, no error occurs
But if i type a correct email, an error occurs.
System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not answer
properly after a period of time, or established connection failed
because connected host has not responded MY SERVER IP:25
Umbraco 7.5..2 Password recovery error
I created a new project in Visual Studio 2015 and installed the 7.5.2 version via nuget to see the news. When testing the new feature for password recovery is occurring a failure. If inform an e-mail that does not exist, no error occurs But if i type a correct email, an error occurs.
I changed the web.config settings as below:
I receivede this message: INNER EXCEPTION
System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not answer properly after a period of time, or established connection failed because connected host has not responded MY SERVER IP:25
Did I do something wrong?
Hi again! I fixed the problem! Here in Brazil many servers reject access via port 25. I just changed the port to 587 and worked.
Tank you.
is working on a reply...