send_email
Send emails with attachments to multiple recipients using the Email MCP Server. Specify recipients, subject, content, and optional CC/BCC fields.
Instructions
发送邮件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | 收件人邮箱地址列表 | |
| cc | No | 抄送邮箱地址列表(可选) | |
| bcc | No | 密送邮箱地址列表(可选) | |
| subject | Yes | 邮件主题 | |
| text | Yes | 纯文本邮件内容 | |
| html | No | HTML格式邮件内容(可选) | |
| attachments | No | 邮件附件列表(可选) |