Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.36 KB

SendSmtpEmailMessageVersions.md

File metadata and controls

14 lines (11 loc) · 1.36 KB

sib_api_v3_sdk.Model.SendSmtpEmailMessageVersions

Properties

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 Dictionary<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 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]
ReplyTo SendSmtpEmailReplyTo1 [optional]
Subject string Custom subject specific to message version [optional]

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