Sha256: 29022c0821807a2b7e78143b4e0e7c383b76e065d5abb8d8f0f56e97f0efc68a
Contents?: true
Size: 860 Bytes
Versions: 1
Compression:
Stored size: 860 Bytes
Contents
# MailSlurpClient::SendEmailOptions ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **bcc** | **Array<String>** | Optional list of bcc destination email addresses | [optional] **body** | **String** | Contents of email | [optional] **cc** | **Array<String>** | Optional list of cc destination email addresses | [optional] **charset** | **String** | Optional charset | [optional] **from** | **String** | Optional from address. If not set source inbox address will be used | [optional] **html** | **BOOLEAN** | | [optional] **reply_to** | **String** | Optional replyTo header | [optional] **subject** | **String** | Optional email subject line | [optional] **to** | **Array<String>** | List of destination email addresses. Even single recipients must be in array form. |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mailslurp_client-4.3.3 | docs/SendEmailOptions.md |