alvila / redmine_reminder

http://www.alvila.com/
54 stars 25 forks source link

= Advanced Redmine Notifications

E-mail notification of issues due date you are involved in (Assignee, Author, Watcher)

= Install

script/plugin install git://github.com/alvila/redmine_reminder.git

= Usage

The plugin runs as a rake task so you have to set it up in cron or task sheduler

1 0 * root cd /opt/redmine && rake redmine:send_reminders_all days=1 project=test tracker=1 RAILS_ENV=production

There are 3 options you can set up