Class: Vouchers::Contact

Inherits:
MailForm::Base
  • Object
show all
Defined in:
app/models/vouchers/contact.rb

Instance Method Summary collapse

Instance Method Details

#headersObject



7
8
9
10
11
12
13
14
# File 'app/models/vouchers/contact.rb', line 7

def headers
  {
    to: %("#{name}" <#{email}>),
    subject: "Imprima seu Voucher",
    # TODO get site name automatically
    from: "Forro com turista <[email protected]"
  }
end