Send Mail
mail_sendSend an email on behalf of the signed-in user. Specify subject, body, to, cc, bcc, HTML format, and choose to save to Sent Items.
Instructions
Send an email as the signed-in user. Requires delegated Mail.Send. Chinese intents / 中文意图: 发送邮件, 帮我发邮件, 给某人发邮件.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Cc recipients. | |
| to | Yes | To recipients. | |
| bcc | No | Bcc recipients. | |
| body | Yes | Email body. | |
| subject | Yes | Email subject. | |
| bodyIsHtml | No | Whether the body is HTML. Defaults to false. | |
| saveToSentItems | No | Whether to save the message to Sent Items. Defaults to true. |