Microsoft 365 Send Email
m365_send_emailUse this when the user wants to send from their Microsoft 365 / Outlook account via the cloud — requires a connected M365 account. Shows a preview first — set confirm=true to actually send. For sending from an account configured in the Mac's Mail.app, use send_email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients (optional, comma-separated) | |
| to | Yes | Recipient email address. For multiple, separate with commas. | |
| body | Yes | Email body (plain text) | |
| confirm | No | Set to true to actually send (default: shows preview only) | |
| subject | Yes | Email subject |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| message | No |