# SimpleSendEmailOptions
# Properties
Name | Type | Description | Notes |
---|---|---|---|
body | String | Body of the email message. Supports HTML | [optional] [default to null] |
senderId | UUID | ID of inbox to send from. If null an inbox will be created for sending | [optional] [default to null] |
subject | String | Subject line of the email | [optional] [default to null] |
to | String | Email address to send to | [optional] [default to null] |