Class: Inkcite::Mailer::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/inkcite/mailer.rb

Overview

Abstract base class for the workhorses of the Mailer class. Instantiated based on the config.yml settings.

Direct Known Subclasses

MailgunMailer, SmtpMailer

Instance Method Summary collapse

Instance Method Details

#send!(config, view, subject, opt) ⇒ Object

Raises:

  • (NotImplementedError)


143
144
145
# File 'lib/inkcite/mailer.rb', line 143

def send! config, view, subject, opt
  raise NotImplementedError
end