I’m attempting to get emailing working but have been unsuccessful. I am using same config as I have in other working containers but the ‘test’ email always fails with error:
Failed to send the email: read tcp 172.x.x.x:37342->198.x.x.x:465: i/o timeout.
There are no errors in the docker logs. The smtp server I am using (as specified by my hosting provider, is server187.web-hosting.com:465. This works in other containers. Help!
EDIT: I’ve also tried setting the email_skip_verify: true
flag, but still no luck, same error.