Sha256: d6c2c734097ba8f86318d1cca4a5ace506926c5c66566d9b17a9fc170a3fddba

Contents?: true

Size: 274 Bytes

Versions: 57

Compression:

Stored size: 274 Bytes

Contents

module Spotlight
  # Mailer for reporting problems to the application contact and/or exhibit administrator
  class ContactMailer < ActionMailer::Base
    def report_problem(contact_form)
      @contact_form = contact_form
      mail(@contact_form.headers)
    end
  end
end

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
blacklight-spotlight-2.4.1 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.4.0 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.3.3 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.3.2 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.3.1 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.3.0 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.2.1 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.2.0 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.1.0 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.0.2 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.0.1 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.0.0 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.0.0.rc6 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.0.0.rc5 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.0.0.rc4 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.0.0.rc3 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.0.0.rc2 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-2.0.0.rc1 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-1.5.1 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-1.4.1 app/mailers/spotlight/contact_mailer.rb