emails are not being sent from the docker container #3128
Unanswered
prometheusprometheus007-stack
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good afternoon.
I installed leantime on the server using docker. I run the container like this: docker run -d --env-file .env -p 8001:8080 --network leantime-net --name leantime leantime/leantime:latest
The following is written in --env-file .env: LEAN_EMAIL_RETURN=leantime@dist.com
LEAN_EMAIL_USE_SMTP=true
LEAN_EMAIL_SMTP_HOSTS=relay.dist.com
LEAN_EMAIL_SMTP_AUTH=false
LEAN_EMAIL_SMTP_PORT=587
LEAN_MAIL_DEBUG=2
LEAN_EMAIL_SMTP_SSLNOVERIFY=true
LEAN_EMAIL_SMTP_AUTO_TLS=true
LEAN_EMAIL_SMTP_SECURE='STARTTLS'
I'm trying to reset the password through the form, but the emails are not being sent. I don't see any error messages in the container logs. The firewall on the server where docker is deployed is disabled. Help me analyze the problem
Beta Was this translation helpful? Give feedback.
All reactions