项目作者: yzzy

项目描述 :
Redmine plugin that sends issues as emails to contacts
高级语言: HTML
项目地址: git://github.com/yzzy/redmine_send_to_contacts.git
创建时间: 2018-03-29T06:50:21Z
项目社区:https://github.com/yzzy/redmine_send_to_contacts

开源协议:MIT License

下载


Redmine Send To Contacts

Allows sending emails with issue’s details to contacts connected to this issue.

Requirements

This plugin works only with Redmine CRM plugin or similar if

  • Issue model has contacts method which returns contacts connected to this issue and
  • these Contact objects has email method which returns string of comma-separated email addresses

Installing

  1. Clone this repository to redmine/plugins/redmine_send_to_contacts directory.
    1. cd redmine/plugins
    2. git clone https://github.com/yzzy/redmine_send_to_contacts.git
  2. Clone redmine_ajax_helper repository

    1. git clone https://github.com/yzzy/redmine_ajax_helper.git
  3. Restart your Redmine web server.

Removal

Just delete cloned directory and restart Redmine web server.

License

This project is licensed under the terms of the MIT license.