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