Added by Mohamed El Habchi almost 2 years ago
I need to send daily reminders to all the users in each project, regardless if they're in the assignee or not
Currently I'm able to send daily reminders @ 9AM and works fine, but only to those in the group assignee
0 9 * * * cd /home/redmine/redmine && source /home/redmine/.rvm/environments/ruby-2.4.6; bundle exec rake redmine:send_reminders days=1 RAILS_ENV="production"