Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

It is a plugin that provides the email sending feature to non Redmine users when registering notes.

License

Notifications You must be signed in to change notification settings

matsukei/redmine_send_issue_reply_email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Send Issue Reply Email

Build Status

It is a plugin that provides the email sending feature to non Redmine users when registering notes.

Usage

  1. Check the Manage email delivery setting checkbox on the Administrator > Roles and permissions > Roles > Permissions > Send issue reply email .
  2. Check the Send issue reply email checkbox on the Projects > Settings > Modules .
  3. Input the Projects > Settings > Send issue reply email .
  4. If you want to send the contents of the notes by email when editing the issue, check Send a email .
  5. 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.

Notes

  • Setting to create and update issues by receiving email.
  • If you want to encrypt the password you entered, register database_cipher_key in your_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 running rake db:encrypt RAILS_ENV=production .

Screenshot

Projects > Settings > Send issue reply email

project_setting_send_issue_reply_email

Issue edit

issue_edit

Install

  1. git clone or copy an unarchived plugin to plugins/redmine_send_issue_reply_email on your Redmine path.
  2. $ cd your_redmine_path
  3. $ bundle install
  4. $ bundle exec rake redmine:plugins:migrate NAME=redmine_send_issue_reply_email RAILS_ENV=production
  5. web service restart

Uninstall

  1. $ cd your_redmine_path
  2. $ bundle exec rake redmine:plugins:migrate NAME=redmine_send_issue_reply_email RAILS_ENV=production VERSION=0
  3. remove plugins/redmine_send_issue_reply_email
  4. web service restart

Dependency

Tags Input: https://github.com/xoxco/jQuery-Tags-Input

License

The MIT License

About

It is a plugin that provides the email sending feature to non Redmine users when registering notes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published