send_email_with_attachments
Send an email with file attachments to a recipient using Microsoft 365. Supports HTML body and base64-encoded files.
Instructions
Send email with file attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address | |
| subject | Yes | Email subject | |
| body | Yes | Email body content (HTML supported) | |
| attachments | No | Array of attachment objects |