An open API service indexing awesome lists of open source software.

https://github.com/tomasc/roadie_actionmailer

ActionMailer interceptor to inline CSS using the Roadie gem.
https://github.com/tomasc/roadie_actionmailer

Last synced: 7 days ago
JSON representation

ActionMailer interceptor to inline CSS using the Roadie gem.

Awesome Lists containing this project

README

          

# Roadie ActionMailer

[ActionMailer interceptor](http://guides.rubyonrails.org/action_mailer_basics.html#intercepting-emails) to inline CSS using the [Roadie](https://github.com/Mange/roadie) gem.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'roadie_actionmailer'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install roadie_actionmailer

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( https://github.com/[my-github-username]/roadie_actionmailer/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request