Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email notification not working #29

Closed
suren2306 opened this issue Jan 9, 2020 · 3 comments
Closed

Email notification not working #29

suren2306 opened this issue Jan 9, 2020 · 3 comments
Assignees

Comments

@suren2306
Copy link

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 using python manage.py send_notifications, and got all my notification emails.

Below is my SMTP configuration in .env file,

# To use an external SMTP for emails, fill in these values:
TAIGA_ENABLE_EMAIL=True
TAIGA_EMAIL_FROM=taiga@mydomain.com
TAIGA_EMAIL_USE_TLS=True
TAIGA_EMAIL_HOST=my-smtp-server
TAIGA_EMAIL_PORT=587
TAIGA_EMAIL_USER=XXXXXXXXXXXXXXXXXXXXXXXXXX
TAIGA_EMAIL_PASS=XXXXXXXXXXXXXXXXXXXXXXXXXXX

# events
#TAIGA_ENABLE_EVENTS=false
#TAIGA_EVENTS_HOST=events
#TAIGA_BROKER_URL=amqp://guest:guest@rabbit:5672
#TAIGA_REDIS_URL=redis://redis:6379/0
@blackandred
Copy link
Contributor

blackandred commented Jan 9, 2020 via email

@emeraldhieu
Copy link

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>

@blackandred
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants