RubyGems Navigation menu

mailsocio_rails 0.0.4

# Mailsocio Rails ActionMailer plugin to use mailsocio to deliver emails ## Installation Add this line to your application's Gemfile: ```ruby gem 'mailsocio_rails' ``` And then execute `bundle`. ## Usage Configure ActionMailer as follows: ```ruby # config/application.rb config.action_mailer.delivery_method = :mailsocio config.action_mailer.mailsocio_settings = { account_id: '<your account id>', api_key: '<your account api key>' } ``` You're done! ## Customization You can also override gem defaults: ```ruby config.action_mailer.mailsocio_settings = { account_id: '<your account id>', api_key: '<your account api key>', address: 'app.mailarbor.com', # This can be any smtp server port: 25, # that is capable to domain: 'localhost.localdomain' # deliver emails. mailsocio_recipient: 'submit@app.mailarbor.com', # If you change this, # bad things can happen. } ``` ## Contributing 1. Fork it ( https://github.com/[my-github-username]/mailsocio_rails/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.0.5 - May 06, 2015 (8.5 KB)
  2. 0.0.4 - April 10, 2015 (7.5 KB)

Runtime Dependencies (1):

actionmailer < 5, >= 3.2

Development Dependencies (2):

bundler ~> 1.7
rake ~> 10.0

Owners:

Authors:

  • Anahoret team

SHA 256 checksum:

570f71d695cf905460b90a4440cea2b1acdf08f14f55e3921d1465546b2a3e97

Total downloads 5,772

For this version 2,603

License:

MIT

Required Ruby Version: >= 0

Links: