outlook_send_with_attachments
Send emails with file attachments, automatically handling files over 3MB via upload session. Supports CC, BCC, HTML body, importance, and reply-to.
Instructions
Send an email with file attachments; auto-switches to upload-session for files >3MB.
attachment_paths must be absolute paths to files that exist on the host. Pass reply_to to
route replies to a different address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| subject | Yes | ||
| body | Yes | ||
| attachment_paths | Yes | ||
| cc | No | ||
| bcc | No | ||
| is_html | No | ||
| importance | No | normal | |
| reply_to | No |