Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.22 KB

File metadata and controls

13 lines (10 loc) · 1.22 KB

SibApiV3Sdk::SendSmtpEmailMessageVersions

Properties

Name Type Description Notes
to Array<SendSmtpEmailTo1> List of email addresses and names (optional) of the recipients. For example, [{&quot;name&quot;:&quot;Jimmy&quot;, &quot;email&quot;:&quot;jimmy98@example.com&quot;}, {&quot;name&quot;:&quot;Joe&quot;, &quot;email&quot;:&quot;joe@example.com&quot;}]
params Hash<String, Object> Pass the set of attributes to customize the template. For example, {&quot;FNAME&quot;:&quot;Joe&quot;, &quot;LNAME&quot;:&quot;Doe&quot;}. It's considered only if template is in New Template Language format. [optional]
bcc Array<SendSmtpEmailBcc> List of email addresses and names (optional) of the recipients in bcc [optional]
cc Array<SendSmtpEmailCc> List of email addresses and names (optional) of the recipients in cc [optional]
reply_to SendSmtpEmailReplyTo1 [optional]
subject String Custom subject specific to message version [optional]