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