mailslurp 11.6.7

Official MailSlurp Email API Client
Documentation
# SimpleSendEmailOptions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | Option<**String**> | Body of the email message. Supports HTML | [optional]
**sender_id** | Option<**String**> | ID of inbox to send from. If null an inbox will be created for sending | [optional]
**subject** | Option<**String**> | Subject line of the email | [optional]
**to** | Option<**String**> | Email address to send to | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)