0
I have a system in Lockable and in it is carried out mass mail shoots constantly. I use the SMTP Locaweb to send. I’m just having a lot of mistakes of the same kind.
Swift_TransportException: Connection to ssl://smtplw.com.br:465 Timed Out in
I have already contacted Ocaweb, but they stated that the error is not with the SMTP server.
There is apparently no error in my application.
Are you sure this is the Locaweb SMTP server? I use another: email-ssl.com.br
– Sam
Yes! It’s one of the servers.
– Josivan Sousa
I suggest you stop Swift_transport, then start explicitly, before sending the second message. My thought is that the connection is being maintained for a long time (without any activity), causing a Time Out.
– Couper