Send Email
email_sendSend an email to one or more recipients with optional CC, attachments, and HTML formatting. Requires user confirmation to prevent accidental sending.
Instructions
📧 Send an email to recipients (always require user confirmation)
WARNING: Email will be sent immediately upon execution. This action cannot be undone.
Supports multiple recipients, CC, attachments, and HTML formatting. Addresses are validated, deduplicated across To/CC, and limited to 500 unique recipients in total.
Args: account_id: Microsoft account ID to: Recipient email address(es) subject: Email subject body: Email body (plain text) cc: CC recipient email address(es) (optional) attachments: Local file path(s) for attachments (optional) confirm: Must be True to confirm sending (prevents accidents)
Returns: Status confirmation
Raises: ValidationError: If recipients are invalid, exceed limits, or confirm is False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| to | Yes | ||
| subject | Yes | ||
| body | Yes | ||
| cc | No | ||
| attachments | No | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||