| Name | Type | Description | Notes |
|---|---|---|---|
| body | \ElasticEmail\Model\BodyPart[] | List of e-mail body parts, with user-provided MIME types (text/html, text/plain etc) | [optional] |
| merge | array<string,string> | A key-value collection of custom merge fields, shared between recipients. Should be used in e-mail body like so: {firstname}, {lastname} etc. | [optional] |
| attachments | \ElasticEmail\Model\MessageAttachment[] | Attachments provided by sending binary data | [optional] |
| headers | array<string,string> | A key-value collection of custom e-mail headers. | [optional] |
| postback | string | Postback header. | [optional] |
| envelope_from | string | E-mail with an optional name to be used as the envelope from address (e.g.: John Doe <email@domain.com>) | [optional] |
| from | string | Your e-mail with an optional name (e.g.: John Doe <email@domain.com>) | |
| reply_to | string | To what address should the recipients reply to (e.g. John Doe <email@domain.com>) | [optional] |
| subject | string | Default subject of email. | [optional] |
| template_name | string | Name of template. | [optional] |
| attach_files | string[] | Names of previously uploaded files that should be sent as downloadable attachments | [optional] |
| utm | \ElasticEmail\Model\Utm | [optional] |