Class: CrmMailer
- Inherits:
-
ActionMailer::Base
- Object
- ActionMailer::Base
- CrmMailer
- Defined in:
- app/mailers/crm_mailer.rb
Instance Method Summary collapse
Instance Method Details
#send_message(to_email, subject, message) ⇒ Object
4 5 6 7 |
# File 'app/mailers/crm_mailer.rb', line 4 def (to_email, subject, ) = mail(:to => to_email, :subject => subject) end |