Class: FormMailer
- Inherits:
-
ActionMailer::Base
- Object
- ActionMailer::Base
- FormMailer
- Defined in:
- app/models/form_mailer.rb
Instance Method Summary collapse
Instance Method Details
#mail(options) ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 14 |
# File 'app/models/form_mailer.rb', line 3 def mail() content_type [:content_type] charset [:charset] headers [:headers] recipients [:recipients] from [:from] cc [:cc] bcc [:bcc] subject [:subject] body [:body] end |