Sha256: c17965d8340b41cc50e0423c1a85f79ada44c3bd46c155bda8f7e26efce26c0b

Contents?: true

Size: 212 Bytes

Versions: 1

Compression:

Stored size: 212 Bytes

Contents

class ApplicationMailer < ActionMailer::Base
  default from: email_address_with_name(
    ENV.fetch("MAIL_FROM_ADDRESS", "hello@example.com"),
    ENV.fetch("MAIL_FROM_NAME", "Example")
  )
  layout "mailer"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kaze-0.1.0 stubs/default/app/mailers/application_mailer.rb