Sha256: 0b8d6a73b396c71abbef3c6272948cc285ae1f852bbe2df802dd9bf8c2f8aa21

Contents?: true

Size: 219 Bytes

Versions: 7

Compression:

Stored size: 219 Bytes

Contents

# frozen_string_literal: true

class ApplicationMailer < ActionMailer::Base
  # The DEFAULT_EMAIL should be set in your .env file
  default from: ENV.fetch('DEFAULT_EMAIL'){ 'noreply@example.com' }
  layout 'mailer'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
kowl-0.0.7 lib/kowl/templates/app/mailers/application_mailer.rb
kowl-0.0.6 lib/kowl/templates/app/mailers/application_mailer.rb
kowl-0.0.5 lib/kowl/templates/app/mailers/application_mailer.rb
kowl-0.0.4 lib/kowl/templates/app/mailers/application_mailer.rb
kowl-0.0.3 lib/kowl/templates/app/mailers/application_mailer.rb
kowl-0.0.2 lib/kowl/templates/app/mailers/application_mailer.rb
kowl-0.0.1 lib/kowl/templates/app/mailers/application_mailer.rb