Class: Inkcite::Mailer::Base
- Inherits:
-
Object
- Object
- Inkcite::Mailer::Base
- 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
Instance Method Summary collapse
Instance Method Details
#send!(config, view, subject, opt) ⇒ Object
143 144 145 |
# File 'lib/inkcite/mailer.rb', line 143 def send! config, view, subject, opt raise NotImplementedError end |