Redmine plugin that sends issues as emails to contacts
Allows sending emails with issue’s details to contacts connected to this issue.
This plugin works only with Redmine CRM plugin or similar if
Issue
model has contacts
method which returns contacts connected to this issue andContact
objects has email
method which returns string of comma-separated email addressesredmine/plugins/redmine_send_to_contacts
directory.
cd redmine/plugins
git clone https://github.com/yzzy/redmine_send_to_contacts.git
Clone redmine_ajax_helper
repository
git clone https://github.com/yzzy/redmine_ajax_helper.git
Restart your Redmine web server.
Just delete cloned directory and restart Redmine web server.
This project is licensed under the terms of the MIT license.