No commit activity in last 3 years
No release in over 3 years
Let's ActionMailer know about the request context to avoid having to set a number of defaults manually.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 5
 Project Readme

ActionMailer with Request

This is a simple plugin that aims to solve the problem to pass a dynamic host for generating URLs in ActionMailer.

For more information, read my blog post at http://www.simonecarletti.com/blog/2009/10/actionmailer-and-host-value/

Requirements

  • Rails 5

For an older versions of Ruby use a previous release.

Installation

You can install the gem manually:

$ gem install actionmailer-with-request

Or use Bundler and define it as a dependency in your Gemfile:

gem 'actionmailer-with-request'

Changelog

See the CHANGELOG.md file for details.

License

Copyright (c) 2009-2017 Simone Carletti. This is Free Software distributed under the MIT license.