Class: Hyalin::Postman
- Inherits:
-
ActionMailer::Base
- Object
- ActionMailer::Base
- Hyalin::Postman
- Defined in:
- app/mailers/hyalin/postman.rb
Instance Method Summary collapse
-
#contact_email(message) ⇒ Object
TODO Create Hyalin.mailer_layout layout ‘hyalin/postman’.
Instance Method Details
#contact_email(message) ⇒ Object
TODO Create Hyalin.mailer_layout layout ‘hyalin/postman’
9 10 11 12 13 14 |
# File 'app/mailers/hyalin/postman.rb', line 9 def contact_email = mail from: .email, reply_to: .email end |