send_email
Send an email through your Microsoft 365 mailbox, specifying recipients, subject, body, and optional attachments or HTML content.
Instructions
Send an email via MS365 mailbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipient email address(es); supports repeatable values and comma-separated entries | |
| to | Yes | Recipient email address | |
| body | Yes | Email body (plain text or HTML) | |
| html | No | Send body as HTML (default: false) | |
| subject | Yes | Email subject | |
| attachments | No | List of file paths to attach |