public
Description: Simple installation and configuration management for ar_mailer
Homepage:
Clone URL: git://github.com/railsmachine/moonshine_ar_mailer.git
name age message
file README.rdoc Loading commit data...
directory lib/
directory moonshine/
directory spec/
directory templates/
README.rdoc

Moonshine_ArMailer

A plugin for Moonshine

A plugin for installing and managing ar_mailer. By default, it installs the adzap-ar_mailer gem, creates an init script, and configures the mailer for your app.

You can customize the options using the <tt><configure/tt> method.

    configure(
      'your_app' => { 'pidfile' => '/var/run/ar_mailer.your_app.pid', 'environment' => 'development' }
      'other_app' => {
        'chdir' => '/srv/other_app/current',
        'environment' => 'production'
      }
    )

This plugin works great with the moonshine_god plugin. Copy ar_sendmail.god from this plugin’s templates directory into your config/god directory.

Instructions

  • script/plugin install git://github.com/railsmachine/moonshine_ar_mailer.git
  • Include the plugin and recipe in your Moonshine manifest
      plugin :ar_mailer
      recipe :ar_mailer