wildbit / postmark-rails

Postmark adapter for ActionMailer

This URL has Read+Write access

underlog (author)
Fri Nov 06 04:25:26 -0800 2009
commit  f093d531de998adbf2ed84fee1e04e43406c5230
tree    8a510e0a8d4e828956c4035f11d76c9cc2d9a840
parent  533032a18292f8223878c94cc2500ba265761b40
README.rdoc

Postmark rails gem

Postmark plug-in for ActionMailer

Install

The gem is hosted at gemcutter. If you don’t have it, install it first:

    sudo gem install gemcutter
    gem tumble

Then

    sudo gem install postmark-rails

Example

    #config/environment.rb

    Rails::Initializer.run do |config|

      config.gem 'postmark-rails'
      config.action_mailer.delivery_method = :postmark
      config.action_mailer.postmark_api_key = "your-api-key"
      # ...
    end

Limitations

  Currently postmark API does not support multiple recipients, or attachments. For more information, check the docs here:
  TODO: URL to docs.

Requirements

You will also need postmark account, server and sender signature set up to use it.

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don’t break it in a future version unintentionally.
  • Commit, do not mess with rakefile, version, or history.
  • Send me a pull request. Bonus points for topic branches.

Copyright

Copyright © 2009 Wildbit LLC. See LICENSE for details.