Skip to content
snnrk edited this page Feb 17, 2012 · 3 revisions

JAPANESE VERSION

WHAT IS THIS?

redmine_mailwrapper is plugin for redmine, that rewrites sender and recipients of mail notifications according to rules for each projects.
This plugin affects to issues and news.

HOW TO INSTALL?

  1. Copy the plugin into the vendor/plugins directory
  2. Migrate plugin: rake db:migrate_plugins RAILS_ENV=production
  3. Restart Redmine (touch tmp/restart.txt )
  4. Enable the module on the project setting page.
  5. Goto mailwrapper setting tab and configure.

HOW TO UNINSTALL?

run query in db/uninstall.sql
(db/uninstall.sql is for MySQL)

Clone this wiki locally