Class: Mailstro::ProductionStrategy

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

Overview

We want this disabled by default to avoid accidental emails.

Class Method Summary collapse

Class Method Details

.deliver(email_name, options) ⇒ Object



15
16
17
# File 'lib/mailstro.rb', line 15

def deliver(email_name, options)
  Delivery.new(email_name, options).deliver
end