Sha256: 3aecfd7a74d9094856ecbfbb8aa71c362859347d6e4cd4895cfbdb0c516b63a5

Contents?: true

Size: 277 Bytes

Versions: 8

Compression:

Stored size: 277 Bytes

Contents

class NotifyUnderConstructionSubmittedMails < ActionMailer::Base
  default from: UnderConstruction.config.notify_mail["sender_email_address"]
  
  def under_construction_notify(email)
    mail to: email, subject: UnderConstruction.config.notify_mail["email_subject"]
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
under_construction-0.2.2 app/mailers/notify_under_construction_submitted_mails.rb
under_construction-0.2.1 app/mailers/notify_under_construction_submitted_mails.rb
under_construction-0.1.4 app/mailers/notify_under_construction_submitted_mails.rb
under_construction-0.1.3 app/mailers/notify_under_construction_submitted_mails.rb
under_construction-0.1.2 app/mailers/notify_under_construction_submitted_mails.rb
under_construction-0.1.1 app/mailers/notify_under_construction_submitted_mails.rb
under_construction-0.1.0 app/mailers/notify_under_construction_submitted_mails.rb
under_construction-0.0.1 app/mailers/notify_under_construction_submitted_mails.rb