https://github.com/weppos/actionmailer_with_request
A simple plugin to make the Rails request context available for generating URLs in ActionMailer.
https://github.com/weppos/actionmailer_with_request
Last synced: 3 months ago
JSON representation
A simple plugin to make the Rails request context available for generating URLs in ActionMailer.
- Host: GitHub
- URL: https://github.com/weppos/actionmailer_with_request
- Owner: weppos
- License: mit
- Created: 2009-10-23T18:27:56.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T11:56:08.000Z (over 9 years ago)
- Last Synced: 2026-02-17T04:52:04.661Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 18.6 KB
- Stars: 54
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this 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:
```shell
$ gem install actionmailer-with-request
```
Or use Bundler and define it as a dependency in your `Gemfile`:
```ruby
gem 'actionmailer-with-request'
```
## Changelog
See the [CHANGELOG.md](CHANGELOG.md) file for details.
## License
Copyright (c) 2009-2017 [Simone Carletti](https://simonecarletti.com/). This is Free Software distributed under the MIT license.