| Name | Type | Description | Notes |
|---|---|---|---|
| subject | str | Subject of the email message | |
| to | list[str] | Email addresses of the recipients | |
| content_type | str | Type of the message body | [optional] [default to 'html'] |
| 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 |