Name | Type | Description | Notes |
---|---|---|---|
subject | str | Subject of the email message | [optional] |
to | list[str] | Email addresses of the recipients | [optional] |
content_type | str | Type of the message body | [optional] |
bcc | list[str] | Email addresses of the recipients in bcc | [optional] |
cc | list[str] | Email addresses of the recipients in cc | [optional] |
body | str | Body of the email message | [optional] |