| Name | Type | Description | Notes |
|---|---|---|---|
| to | list[SendSmtpEmailTo1] | List of email addresses and names (optional) of the recipients. For example, [{"name":"Jimmy", "email":"jimmy98@example.com"}, {"name":"Joe", "email":"joe@example.com"}] | |
| params | dict(str, 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 | list[SendSmtpEmailBcc] | List of email addresses and names (optional) of the recipients in bcc | [optional] |
| cc | list[SendSmtpEmailCc] | List of email addresses and names (optional) of the recipients in cc | [optional] |
| reply_to | SendSmtpEmailReplyTo1 | [optional] | |
| subject | str | Custom subject specific to message version | [optional] |