Error "Net::ReadTimeout with #<TCPSocket:(closed)>"

I had to change the smtp server to a third-party one (mail.ru). I’ve set everything up, but when I try to send a test letter I get this error.

What could be the problem?

image

image

I tried doing this, but nothing changed

Can you connect to the server from inside the container? It may be some issue with docker not being able to get to that mail server.

2 Likes

And how to do it? I’m newbie to all this

./launcher enter app

Then try the telnet command you feed before.

Did I do something wrong?

I found a way to fix the problem. Change the port to 587 and insert the password for the third-party application, instead of the password for the mail account

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.