jcppkkk / redmine_mail_reminder

Plugin for Redmine to create different role based reminders for project(s)
53 stars 32 forks source link

Join the chat at https://gitter.im/Hopebaytech/redmine_mail_reminder Build Status

Redmine Issue Reminder

Plugin page on redmine.org

Compatible with redmine 3.3, 3.2

redmine 3.4 is not tested yet.

Plugin provides an easy to use interface to set up automatic email reminder to every project. Every reminder uses a custom query with all their filter options to select issues and performs periodical email transmission on a role basis.

Following intervals are possible:

Screenshots

image image image

Migrate from redmine_issue_reminder to redmine_mail_reminder

At 2015/05/13 (2.6/3.0 Branch) this plugin is renamed from redmine_issue_reminder to redmine_mail_reminder, in order to avoid conflict with existed redmine_issue_reminder.

Installation - Linux

Installation - Windows

Enviroment : Winxp + Redmine 1.2.X + Mysql 5.X

Configuration

Testing redminder mail

Send test mail without affecting inverval of schedule

rake reminder:exec[test] RAILS_ENV="production"

Troubleshouting

Make sure that:

  1. You are using the branch which matches your redmine version. e.g. redmine2.0/redmine2.5/redmine2.6/master for lastest version
  2. This plugin folder's name is redmine_mail_reminder
  3. Your cron job executes without errors

How can i customize the queries?

Take a look at the official documentation about custom queries: http://www.redmine.org/projects/redmine/wiki/RedmineIssueList#Custom-queries

I don't see the Reminder Settings

Add permission to Your user.

The issue reminder doesn't send mails

We use redmine internal mail send functions, therefore the outgoing email settings has to be set in config/emai.yml or config/configuration.yml

I can not use the windows scheduler (WinXP related)

You need to have a user password set for your windows user in order to use the windows scheduler. See also here: http://technet.microsoft.com/en-us/library/cc785125(WS.10).aspx

Translations

Thanks for the contribution.

To-Do List

Changelog

2014/6/3

2014/5/23