send_email
Send emails with CC and attachments directly via Microsoft MCP server. Ideal for automating email workflows, including sending base64-encoded files and managing recipients efficiently.
Instructions
Send email with optional CC and attachments (attachments = [{"name": "file.txt", "content_base64": "..."}])
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account_id | No | ||
attachments | No | ||
body | Yes | ||
cc | No | ||
subject | Yes | ||
to | Yes |