Sha256: 015955a20d8231aebe4c68808a385df21725e73609325a80ea6506bbf3bbba36
Contents?: true
Size: 402 Bytes
Versions: 48
Compression:
Stored size: 402 Bytes
Contents
module Incline ## # This mailer is used for the generic contact form. class ContactForm < ::Incline::ApplicationMailerBase ## # Sends the message from the contact form. def contact(msg) @data = { msg: msg, client_ip: msg.remote_ip, gems: Incline::gem_list } mail subject: msg.full_subject, reply_to: msg.your_email end end end
Version data entries
48 entries across 48 versions & 1 rubygems