Skip to content

Files

Latest commit

79816f8 · Aug 26, 2021

History

History
17 lines (12 loc) · 688 Bytes

TransactionalRecipient.md

File metadata and controls

17 lines (12 loc) · 688 Bytes

ElasticEmail::Object::TransactionalRecipient

Load the model package

use ElasticEmail::Object::TransactionalRecipient;

Properties

Name Type Description Notes
to ARRAY[string] List of recipients (visible to others)
cc ARRAY[string] List of Carbon Copy recipients (visible to others) [optional]
bcc ARRAY[string] List of Blind Carbon Copy recipients (hidden from other recipients) [optional]

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