Closed baku-dev closed 3 years ago
After fiddling a bit with the app code, I think it is related to the Issue.notify
value as commenting out if self.notify?
in send_notifications_on_create
in app/models/issue.rb
and app/models/issue_update.rb
kinda fixes the issue. However it makes Staytus send both "[New issue]" and "[Updated issue]" mail when creating an issue.
Hopefully my feedback is helpful.
Hello,
I've setup Staytus and it runs really fine. However email notifications are not send and the worker doesn't log anything. I use sendmail and it's properly configured. Could you please help?