Sha256: 0291fe83423792f34771a900f6f5ed44a0bd417915e40c913a39ca3453f7dbbf

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

Contents

= 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'
      require '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 (c) 2009 Wildbit LLC. See LICENSE for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
postmark-rails-0.1.2 README.rdoc
postmark-rails-0.1.1 README.rdoc