Name | Type | Description | Notes |
---|---|---|---|
to | Array<SendSmtpEmailTo1> | List of email addresses and names (optional) of the recipients. For example, [{"name":"Jimmy", "email":"[email protected]"}, {"name":"Joe", "email":"[email protected]"}] | |
params | Hash<String, Object> | Pass the set of attributes to customize the template. For example, {"FNAME":"Joe", "LNAME":"Doe"}. 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] |
html_content | String | HTML body of the message. Mandatory if 'templateId' is not passed, ignored if 'templateId' is passed | [optional] |
text_content | String | Plain Text body of the message. Ignored if 'templateId' is passed | [optional] |