Sha256: 4fa01491d002fbf54321fd6876ed7752bc7a487fb0a5841374caa880ba16b930
Contents?: true
Size: 580 Bytes
Versions: 1
Compression:
Stored size: 580 Bytes
Contents
# ElasticEmail::MergeEmailPayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **merge_file** | [**MessageAttachment**](MessageAttachment.md) | CSV file containing recipients with optional merge fields | | | **content** | [**EmailContent**](EmailContent.md) | Proper e-mail content | [optional] | | **options** | [**Options**](Options.md) | E-mail configuration | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::MergeEmailPayload.new( merge_file: null, content: null, options: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.13 | docs/MergeEmailPayload.md |