Dear team,
I am simply trying to connect my locally running instance of odoo with publicly available SMTP. I am 100% sure credentials are all good:
- I am using normal login with username
- Encryption is SSL/TLS - port 465
- smtp server = smtp.seznam.cz
- valid email
- valid password

Anyway - when I try to connect to this SMPT (test connection) I will get [Errno 101] Network is unreachable. I thought docker blocks port 465 so I allowed it but this error still persists... Any ideas?
Thank you!