Content
You are here:
No Email notifications or invite mails but Test email works fine
Added by sujith kumar over 3 years ago
I am using centos 7 and installed openproject using installer.
When I try to configure SMTP and send test email. The email was sent to Admin.
Bu the email is not working for
- Invite members
- Updates or changes in work packages
- including for anyother changes in project.
followed this post but my issue is not resolved.
Unable to execute RAILS_ENV=production bundle exec rake jobs:workoff
bundle command not found..
Someone please help
Replies (3)
Hi Sujith,
can you double check that the background worker service is running ? It is the one responsible for sending out the emails.
You can check if there are any outstanding jobs by checking your instance's health checks: For example, https://openproject.yourdomain/health_checks/all
Also, please check the output of
systemctl status openproject.worker
Best
Oliver
I'm in the same boat. I've installed using the docker-compose microservices method. I can send test emails but no others go through.
Healthchecks show something is wrong with the mailer.
The worker container is running as well.
Any one else having this issue? I'm fairly certain my setup is good. Seems like a bug but I could be wrong.