Sha256: 9f0155f2f0a55ed337b169fb168777cf284553fbc41aee7e572cd43b50aa529a

Contents?: true

Size: 190 Bytes

Versions: 11

Compression:

Stored size: 190 Bytes

Contents

module Hicube
  class ApplicationMailer < ActionMailer::Base
    default from: ENV['DEFAULT_FROM_EMAIL'], 
            to: ENV['DEFAULT_TO_EMAIL']
            
    layout 'mailer'
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hicube-0.0.11 app/mailers/hicube/application_mailer.rb
hicube-0.0.10 app/mailers/hicube/application_mailer.rb
hicube-0.0.9 app/mailers/hicube/application_mailer.rb
hicube-0.0.8 app/mailers/hicube/application_mailer.rb
hicube-0.0.7 app/mailers/hicube/application_mailer.rb
hicube-0.0.6 app/mailers/hicube/application_mailer.rb
hicube-0.0.5 app/mailers/hicube/application_mailer.rb
hicube-0.0.4 app/mailers/hicube/application_mailer.rb
hicube-0.0.3 app/mailers/hicube/application_mailer.rb
hicube-0.0.2 app/mailers/hicube/application_mailer.rb
hicube-0.0.1 app/mailers/hicube/application_mailer.rb