Project

General

Profile

Plugins Directory » redmine_letter_opener_web

Author: Mischa The Evil
Website: https://github.com/MischaTheEvil/redmine_letter_opener_web
Code repository: https://github.com/MischaTheEvil/redmine_letter_opener_web.git
Registered on: 2017-02-02 (about 7 years ago)
Current version: 0.0.1
Compatible with: Redmine 3.4.x, 3.3.x, 3.2.x
User ratings:   (0)

redmine_letter_opener_web

This is a simple Redmine plugin that functions as a container for the stuff needed to setup letter_opener_web within Redmine.

Requirements

  • Redmine >= 3.2.0.

Features

  • Installs the needed gems (letter_opener_web and letter_opener).
  • Adds a route within Redmine to the mounted engine (/letter_opener).

Getting the plugin

A copy of the plugin can be downloaded from GitHub.

License

This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.

Thanks

Thanks goes out to the authors, maintainers and contributors of letter_opener_web and letter_opener for providing such useful tools.

Installation notes

Installation and Setup

  1. Follow the Redmine plugin installation steps at: http://www.redmine.org/projects/redmine/wiki/Plugins. Make sure the plugin is installed to plugins/redmine_letter_opener_web. This plugin does not contain DB migrations, so these steps can be omitted.
  2. Install the needed gems, using bundle install (don't forget to modify this command if you've previously setup Redmine without some gem groups).
  3. Modify the email configuration of Redmine in config/configuration.yml: set the email delivery_method to :letter_opener_web (or :letter_opener if you have a specific reason to do so).
  4. Restart Redmine.
  5. Do something in Redmine that triggers emails to be sent out.
  6. Browse to http://your.redmine.host/letter_opener, and be amazed... ;)

Notes

Changelog

0.0.1 (2017-02-02)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x.