Plugins Directory » Redmine_Reminder
|
|
Author: | Carol Jack |
|---|---|---|
| Website: | https://github.com/carolcoral/ | |
| Code repository: | https://github.com/carolcoral/redmine_reminder | |
| Registered on: | 2026-07-29 (about 17 hours ago) | |
| Current version: | 1.0.1 | |
| Compatible with: | Redmine 7.1.x, 7.0.x, 6.1.x | |
| User ratings: |
- Redmine Reminder Plugin
A Redmine plugin for automatically sending reminder emails for upcoming and overdue tasks.
- Demo


- Features
- Scheduled Reminders: Automatically sends reminder emails to project members for tasks approaching their due date or already overdue
- Plugin Management Integration: Settings are accessible via Administration → Plugins → Redmine Reminder → Configure
- Project Selection: Choose specific projects to monitor, or cover all active projects
- Email Template Customization: Customize email content with support for placeholders (user name, task list, project info, etc.)
- IP Whitelist: Restrict reminder triggering to specific IP addresses or CIDR ranges
- Frequency Control: Limit the number of users per email batch to avoid hitting SMTP rate limits
- Test Email: Send a test email to verify SMTP configuration
- Multi-language: Supports English, Chinese, Japanese, French, and Korean
Installation notes
- Installation
1. Clone or copy the plugin into `plugins/redmine_reminder`:
```bash
cd /path/to/redmine/plugins
git clone <repository-url> redmine_reminder
```
2. Restart Redmine:
```bash- For development
bundle exec rails server
- For production (depends on your setup)
touch /path/to/redmine/tmp/restart.txt
```
3. No database migration is required — the plugin uses Redmine's built-in settings storage.
Changelog
1.0.1 (2026-05-10)
Compatible with Redmine 7.1.x, 7.0.x, 6.1.x.