Skip to Content Skip to Search
Methods
N

Attributes

[R] email_from
[R] email_template

Class Public methods

new(email)

# File app/services/service/deliverer/mailer.rb, line 8
def initialize(email)
  @email = email
  @email_template = EmailTemplateMailer.email_template(email.options, email.body)
  @email_from = email.options[:from]
end