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