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