No release in over a year
An Action Mailer delivery method that opens emails locally.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.5
~> 2.5
 Project Readme

Open Mailer

An Action Mailer delivery method that opens emails locally.

Usage

When delivering emails, they will be opened using your system’s default email client (e.g. Mail.app under macOS) without ever actually being sent.

Installation

Add this line to your application's Gemfile:

bundle add open_mailer --group development

Then add the following line to the config/environments/development.rb file in a Rails app:

config.action_mailer.delivery_method = :open_mailer

License

The gem is available as open source under the terms of the MIT License.