# mailslurp.Model.SimpleSendEmailOptions
# Properties
Name | Type | Description | Notes |
---|---|---|---|
Body | string | Body of the email message. Supports HTML | [optional] |
SenderId | Guid | ID of inbox to send from. If null an inbox will be created for sending | [optional] |
Subject | string | Subject line of the email | [optional] |
To | string | Email address to send to | [optional] |