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/
- Rails 5
For an older versions of Ruby use a previous release.
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](CHANGELOG.md) file for details.
## License
Copyright (c) 2009-2016 [Simone Carletti](https://simonecarletti.com/). This is Free Software distributed under the MIT license.