Plugins Directory » Redmine Send Issue Reply Email
|
Author: | Minoru Maeda |
---|---|---|
Website: | https://github.com/matsukei/redmine_send_issue_reply_email | |
Code repository: | https://github.com/matsukei/redmine_send_issue_reply_email.git | |
Registered on: | 2017-07-04 (over 7 years ago) | |
Current version: | 1.0.0 | |
Compatible with: | Redmine 3.4.x, 3.3.x, 3.2.x | |
User ratings: |
It is a plugin that provides the email sending feature to non Redmine users when registering notes.
Usage¶
- 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.
Notes¶
- 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
Screenshot¶
Projects > Settings > Send issue reply email
Issue edit
Dependency¶
Tags Input: https://github.com/xoxco/jQuery-Tags-Input
Changelog
1.0.0 (2017-07-04)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x.