It is a plugin that provides the email sending feature to non Redmine users when registering notes.
- Check the
Manage email delivery setting
checkbox on theAdministrator > Roles and permissions > Roles > Permissions > Send issue reply email
. - Check the
Send issue reply email
checkbox on theProjects > Settings > Modules
. - Input the
Projects > Settings > Send issue reply email
. - If you want to send the contents of the notes by email when editing the issue, check
Send a email
. - If you input To and Cc and submit it, Send a email.
- For the issue registered or updated via email, the corresponding email address has been inputted in advance.
- Even if you forget to input the issue_id in the subject, the project and issue_id are okay because they are attached to the email header.
- Setting to create and update issues by receiving email.
- If you want to encrypt the password you entered, register
database_cipher_key
inyour_redmine_path/config/configuration.yml
.- When registering or changing
database_cipher_key
, Please enter the password again later. - If you are already registering SCM or LDAP password, please carefully read the notes in
your_redmine_path/config/configuration.yml
, such as by runningrake db:encrypt RAILS_ENV=production
.
- When registering or changing
Projects > Settings > Send issue reply email
Issue edit
- git clone or copy an unarchived plugin to plugins/redmine_send_issue_reply_email on your Redmine path.
$ cd your_redmine_path
$ bundle install
$ bundle exec rake redmine:plugins:migrate NAME=redmine_send_issue_reply_email RAILS_ENV=production
- web service restart
$ cd your_redmine_path
$ bundle exec rake redmine:plugins:migrate NAME=redmine_send_issue_reply_email RAILS_ENV=production VERSION=0
- remove plugins/redmine_send_issue_reply_email
- web service restart
Tags Input: https://github.com/xoxco/jQuery-Tags-Input