Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.31 KB

SendSmtpEmailMessageVersions.md

File metadata and controls

15 lines (11 loc) · 1.31 KB

SendSmtpEmailMessageVersions

Properties

Name Type Description Notes
to \SendinBlue\Client\Model\SendSmtpEmailTo1[] List of email addresses and names (optional) of the recipients. For example, [{"name":"Jimmy", "email":"[email protected]"}, {"name":"Joe", "email":"[email protected]"}]
params map[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 \SendinBlue\Client\Model\SendSmtpEmailBcc[] List of email addresses and names (optional) of the recipients in bcc [optional]
cc \SendinBlue\Client\Model\SendSmtpEmailCc[] List of email addresses and names (optional) of the recipients in cc [optional]
replyTo \SendinBlue\Client\Model\SendSmtpEmailReplyTo1 [optional]
subject string Custom subject specific to message version [optional]

[Back to Model list] [Back to API list] [Back to README]