Sha256: d5adc585902d27895a38ec5a788c723c1327024499e621b89a09287add09dfc2
Contents?: true
Size: 577 Bytes
Versions: 8
Compression:
Stored size: 577 Bytes
Contents
# ElasticEmail::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] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::TransactionalRecipient.new( to: null, cc: null, bcc: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems