Content
You are here:
[Solved] Work package status change but does NOT send email
Added by Ander Elexpuru about 10 years ago
Hi,
When I change the status of a work package, does not send a email.
Everithing is configurated:
Email notifications to the user: “for any event on all my projects”
Administration settings - email notifications: Work package status update selected.
All notifications are selected, but those ones that are related with work package update, does not send email.
Can someone help me?
Thanks,
Ander
Replies (3)
Hi Ander,
do you get email notifications when you create work packages?
Did you set up delayed job? The email updates work via delayed job.
For instructions on how to set up delayed job, please refer to step 3.13 in the installation guide.
Best,
Robin
Thanks Robin,
Solved with: RAILS_ENV=production bundle exec script/delayed_job start
Great to hear it’s working now :)