nouveau-theatre-de-besancon/vendor/getbrevo/brevo-php/docs/Model/SendSmtpEmailMessageVersions.md
2024-09-04 18:30:33 +02:00

1.3 KiB

SendSmtpEmailMessageVersions

Properties

Name Type Description Notes
to \Brevo\Client\Model\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 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 \Brevo\Client\Model\SendSmtpEmailBcc[] List of email addresses and names (optional) of the recipients in bcc [optional]
cc \Brevo\Client\Model\SendSmtpEmailCc[] List of email addresses and names (optional) of the recipients in cc [optional]
replyTo \Brevo\Client\Model\SendSmtpEmailReplyTo1 [optional]
subject string Custom subject specific to message version [optional]

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