Module: Mailhub::Helper
- Defined in:
- lib/mailhub/helper.rb
Class Method Summary collapse
Class Method Details
.build_sendcloud_message(mail) ⇒ Object
3 4 5 6 7 8 9 10 |
# File 'lib/mailhub/helper.rb', line 3 def self.(mail) { from: mail[:from].value, to: mail[:to].value, subject: mail[:subject].value, html: mail.body.raw_source } end |