Closed suren2306 closed 4 years ago
I manually triggered the email using python manage.py send_notifications, and got all my notification emails.
So, do you suggest that we do not trigger a cronjob? That looks like a bug or lack of a feature in the container. Feel free to send a PR if you are able, if not then you will need to wait when I will have a few free hours to get it working :)
I got the same issue. Email is not sent though it works with https://www.gmass.co/smtp-test.
TAIGA_ENABLE_EMAIL=True
TAIGA_EMAIL_FROM=<hidden>
TAIGA_EMAIL_USE_TLS=True
TAIGA_EMAIL_HOST=smtp.mailgun.org
TAIGA_EMAIL_PORT=587
TAIGA_EMAIL_USER=<hidden>
TAIGA_EMAIL_PASS=<hidden>
Resolved. Please have a look at https://github.com/riotkit-org/docker-taiga/releases/tag/1.2-RC1 , test it, give feedback. Closing the issue now, I could reopen if the issue will be still present.
I have updated the SMTP server details in
.env
file, but I am not getting any email notification (when a task is assigned, task status change, etc). I have tested the SMTP details by triggering a test mail using the command,python manage.py sendtestemail mymail@mydomain.com
I got the test mail in my inbox, whereas I am not getting any other email from Taiga. I manually triggered the email usingpython manage.py send_notifications
, and got all my notification emails.Below is my SMTP configuration in
.env
file,