Sha256: f60a205ae292f1b652cbc343a55c66c363a6f77dbb09afe99efef68588c43533

Contents?: true

Size: 694 Bytes

Versions: 1

Compression:

Stored size: 694 Bytes

Contents

# MailSlurpClient::SimpleSendEmailOptions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **String** | Body of the email message. Supports HTML | [optional] 
**sender_id** | **String** | ID of inbox to send from | [optional] 
**subject** | **String** | Subject line of the email | [optional] 
**to** | **String** | Email address to send to | [optional] 

## Code Sample

```ruby
require 'MailSlurpClient'

instance = MailSlurpClient::SimpleSendEmailOptions.new(body: null,
                                 sender_id: null,
                                 subject: null,
                                 to: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mailslurp_client-7.0.8 docs/SimpleSendEmailOptions.md