# 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#documentation-for-models) [[Back to API list]](../README#documentation-for-api-endpoints) [[Back to README]](../README)