Project

General

Profile

Sending reminder emails every day

Added by Fred B almost 10 years ago

There is this doc about Sending reminder emails :
http://www.redmine.org/projects/redmine/wiki/RedmineReminderEmails

However, I am wondering how can I add this rake to my system. My redmine is from the bitnami stack. What line should I add if I want this to run one time a day at 00:00 every day.

Should it look like this ?

00 00 * * * cd /opt/bitnami/apps/redmine/htdocs ; /opt/bitnami/ruby/bin/bundle exec rake -vf /opt/bitnami/apps/redmine/htdocs/Rakefile redmine:send_reminders days=1 RAILS_ENV="production"