Project

General

Profile

RedmineReminderEmails » History » Version 1

Jean-Philippe Lang, 2009-03-07 14:03

1 1 Jean-Philippe Lang
h1. Sending reminder emails
2
3
Redmine offers a rake task that send reminder emails about issues due in the next days.
4
5
Available options:
6
7
* days: number of days to remind about (defaults to 7)
8
* tracker: id of tracker (defaults to all trackers)
9
* project: id or identifier of project (defaults to all projects)
10
11
The following example will send an email to each user who have assigned issues that are due in the next 7 days:
12
13
  rake redmine:send_reminders days=7 RAILS_ENV="production"