Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 708 Bytes

SendReportEmail.md

File metadata and controls

15 lines (11 loc) · 708 Bytes

SendReportEmail

Properties

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

[Back to Model list] [Back to API list] [Back to README]