MadMimi for Rails 2
Install
gem install madmimi_for_rails_twoUse
At the end of your environment.rb
require 'madmimi_for_rails_two'
ActionMailer::Base.delivery_method = :madmimi
MadMimi.api_settings = {
:username => 'madmimi_username',
:api_key => 'madmimi_apikey'
}