ascendro / redmine_issue_reminder

Plugin for Redmine to create different role based reminders for a project
20 stars 48 forks source link

one mail for all projects #20

Open cforce opened 12 years ago

cforce commented 12 years ago

At the moemnt for every project a own email is created and users which subribed will get amount of project emails on day x. Wouldn't it make more sense to send all activities for all projects in one email. For every project issue list, there shall be a own section (header).

MichaelKling commented 12 years ago

yes that makes sense and was initially planned like this.

See the specs in the wiki: "The results are stored and in the end, one e-mail for every related user, containing the results of all reminders for him, will be sent to this user."

as far as i understand the code in redmine_issue_reminder / lib / tasks / reminder.rake it is doing exactly this. need to test it myself.