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:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  1. 0.0.5 - May 06, 2015 (8,5 KB)
  2. 0.0.4 - April 10, 2015 (7,5 KB)

Runtime Abhängigkeiten (1):

actionmailer < 5, >= 3.2

Development Abhängigkeiten (2):

bundler ~> 1.7
rake ~> 10.0

Besitzer:

Autoren:

  • Anahoret team

SHA 256-Prüfsumme:

= In die Zwischenablage kopieren Kopiert!

Downloads insgesamt 5.785

Für diese Version 2.610

Lizenz:

MIT

Erforderliche Ruby-Version: >= 0

Links: