Module: BulkMail

Defined in:
lib/bulkmail.rb

Overview

The BulkMail module contains the Job class, which does the actual bulk-mailing, and a convenience method to start a job.

Defined Under Namespace

Classes: Job, Mailer

Class Method Summary collapse

Class Method Details

.send(opts) ⇒ Object



67
68
69
# File 'lib/bulkmail.rb', line 67

def self.send(opts)
  Job.new(opts)
end

.server_settingsObject



71
72
73
# File 'lib/bulkmail.rb', line 71

def self.server_settings
  ActionMailer::Base.server_settings
end