Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 934 Bytes

File metadata and controls

27 lines (20 loc) · 934 Bytes

DyspatchClient::CompiledRead

Properties

Name Type Description Notes
sender String Sender address [optional]
reply_to String Reply-To address [optional]
subject String Base64 encoded template subject line [optional]
html String Base64 encoded template HTML body [optional]
amp_html String Base64 encoded template AMP body [optional]
text String Base64 encoded template text body [optional]

Code Sample

require 'DyspatchClient'

instance = DyspatchClient::CompiledRead.new(sender: example@example.com,
                                 reply_to: example@example.com,
                                 subject: null,
                                 html: null,
                                 amp_html: null,
                                 text: null)