Sha256: 6f99104fd8ec0ef5823971f653a8808394a6db6c88f11f9d9986bb312ad212f3
Contents?: true
Size: 576 Bytes
Versions: 3
Compression:
Stored size: 576 Bytes
Contents
# ElasticEmail::EmailMessageData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **recipients** | [**Array<EmailRecipient>**](EmailRecipient.md) | List of recipients (visible to others) | [optional] | | **content** | [**EmailContent**](EmailContent.md) | Proper e-mail content | [optional] | | **options** | [**Options**](Options.md) | E-mail configuration | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::EmailMessageData.new( recipients: null, content: null, options: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.12 | docs/EmailMessageData.md |
ElasticEmail-4.0.11 | docs/EmailMessageData.md |
ElasticEmail-4.0.1 | docs/EmailMessageData.md |