Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaneli/akayagi
Redmine plugin for mail settings
https://github.com/zaneli/akayagi
Last synced: 28 days ago
JSON representation
Redmine plugin for mail settings
- Host: GitHub
- URL: https://github.com/zaneli/akayagi
- Owner: zaneli
- Created: 2012-11-03T23:07:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T18:41:14.000Z (about 9 years ago)
- Last Synced: 2023-03-31T03:57:18.777Z (almost 2 years ago)
- Language: Ruby
- Size: 261 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Akayagi
This is Redmine plugin to extend mail settings.
"Akayagi" means Red Goat in Japanese (赤山羊).## Versions that is confirmed to working
* Redmine version 3.1.0.stable
* Ruby version 1.9.3-p551 (2014-11-13) [x86_64-linux]
* Rails version 4.2.3## Getting started
### 1. Install the plugin
```
cd /plugins
git clone https://github.com/zaneli/akayagi.git
```or download source code, unzip (or extract the archive), and move directories to `/plugins`.
### 2. Run db migration
```
rake redmine:plugins:migrate RAILS_ENV=
```## Usage
### General Settings
Specify mail prefix.
![General Settings](http://www.zaneli.com/img/akayagi/akayagi01.png "General Settings")### Settings per project
Specify mail prefix, from address, to address, cc address and bcc address.
(It can specify comma-separated multiple address at to, cc and bcc address)
![Settings per project](http://www.zaneli.com/img/akayagi/akayagi02.png "Settings per project")