ews_send_message
Send email through Exchange Web Services when SMTP and Microsoft Graph API are blocked, supporting HTML or plain text bodies, CC/BCC, and threading headers.
Instructions
Send email via Exchange Web Services. Works on Microsoft tenants that block SMTP and Graph API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients (optional, max 50) | |
| to | Yes | Recipient email addresses (1..50) | |
| bcc | No | BCC recipients (optional, max 50) | |
| subject | Yes | Email subject | |
| body_html | No | HTML body | |
| body_text | No | Plain text body | |
| account_id | No | Account identifier (defaults to `"default"`) | default |
| references | No | References header for threading (optional) | |
| in_reply_to | No | In-Reply-To message ID for threading (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool-specific data payload | |
| meta | Yes | Execution metadata (timestamp, duration) | |
| summary | Yes | Human-readable summary of the operation outcome |