-
-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Description
Hi guys,
After setting up our e-mail settings, nothing is sent through Leantime (testing with email invitations for users).
LEAN_EMAIL_RETURN = 'c******@e-polaz.com'
LEAN_EMAIL_USE_SMTP = true // tested with false too
LEAN_EMAIL_SMTP_HOSTS = '****.e-polaz.com'
LEAN_EMAIL_SMTP_AUTH = true
LEAN_EMAIL_SMTP_USERNAME = 'c****@e-polaz.com'
LEAN_EMAIL_SMTP_PASSWORD = '****'
LEAN_EMAIL_SMTP_AUTO_TLS = true
LEAN_EMAIL_SMTP_SECURE = 'TLS' // tested with SSL too
LEAN_EMAIL_SMTP_SSLNOVERIFY = false //test with true too
LEAN_EMAIL_SMTP_PORT = '587' // tested with 465 too
We tried with SMTP, without, with TLS, SSL, SSLNOVERIFY true, false, and nothing is working.
We have special chars in our password, maybe this could be an issue ?
Our mail server is running with Mailcow.
Metadata
Metadata
Assignees
Labels
No labels