Sha256: d59bbe5c84f0a1a5d9c3c146f53f4e92ace0e1b61a91296649f6b8b2f83bf496

Contents?: true

Size: 304 Bytes

Versions: 60

Compression:

Stored size: 304 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
blacklight-spotlight-4.3.6 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-4.3.5 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-4.3.4 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-4.3.3 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-4.3.2 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-4.3.1 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-4.3.0 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-4.2.0 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-4.1.2 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-4.1.1 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-4.1.0 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-4.0.3 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-4.0.2 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-4.0.1 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-4.0.0 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-3.6.0.beta10 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-3.6.0.beta9 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-3.6.0.beta8 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-3.5.0.4 app/mailers/spotlight/contact_mailer.rb
blacklight-spotlight-3.6.0.beta7 app/mailers/spotlight/contact_mailer.rb