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
- Host: GitHub
- URL: https://github.com/soarez/madmimi_for_rails_two
- Owner: soarez
- Created: 2012-02-17T19:38:07.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-17T19:55:43.000Z (over 14 years ago)
- Last Synced: 2026-05-02T10:36:57.655Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
}
```