Sha256: 02412c6a0f1bb50575cfae47db6001944ceda9fb9c502f3845c119b838e13668

Contents?: true

Size: 566 Bytes

Versions: 1

Compression:

Stored size: 566 Bytes

Contents

# ElasticEmail::EmailMessageData

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **recipients** | [**Array<EmailRecipient>**](EmailRecipient.md) | List of recipients (visible to others) |  |
| **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

1 entries across 1 versions & 1 rubygems

Version Path
ElasticEmail-4.0.13 docs/EmailMessageData.md