The Redmine Exception Handler plugin will allow Redmine to send emails when an exception or error occurs.
- Allows configuration of recipients, sender address, and subject line without restarting the web server
- Email contains a stack trace and full environment dump that can be used to reproduce the issue
- Test controller to test the system settings
- Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins
Make sure the plugin is installed to
plugins/redmine_exception_handler
- Run bundle install
- Login to Redmine as an Administrator
- Setup your mail settings in the Plugin settings panel
- Test your settings using the "Test settings" link
This plugin is licensed under the GNU GPL v2. See COPYRIGHT and COPYING for details.
If you need help you can contact the maintainer at his email address (See CREDITS) or create an issue in the Bug Tracker