Hello,
I deployed tiledesk using docker version on my local server and configured the email settings in the docker file, but when try the password reset function, it does not work. I receive error
Error sending email {"error":{"code":"ESOCKET","command":"CONN","function":"ssl3_get_record","library":"SSL routines","reason":"wrong version number"}
Please help
Can you paste here your email configuration? Please mask your private data.
1 Like
Thanks for your reply @andrealeo … here is the email configurations
- EMAIL_ENABLED = true
- EMAIL_HOST = smtp.myhost.com
- EMAIL_USERNAME = noreply@myhost.com
- EMAIL_SECURE = true
- EMAIL_PORT = 587
- EMAIL_PASSWORD = mypass
ok we are checking with your conf