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

https://github.com/soarez/madmimi_for_rails_two

Madmimi for Rails 2
https://github.com/soarez/madmimi_for_rails_two

Last synced: about 1 month ago
JSON representation

Madmimi for Rails 2

Awesome Lists containing this project

README

          

MadMimi for Rails 2
======

### Install

```console
gem install madmimi_for_rails_two
```

### Use

At the end of your `environment.rb`

```ruby
require 'madmimi_for_rails_two'
ActionMailer::Base.delivery_method = :madmimi
MadMimi.api_settings = {
:username => 'madmimi_username',
:api_key => 'madmimi_apikey'
}
```