send_email
Send email messages with plain text or HTML content, attachments, CC, and BCC. SMTP autoconfiguration supports Gmail, Outlook, QQ, 163, and enterprise mail.
Instructions
发送邮件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | 抄送邮箱地址列表(可选) | |
| to | Yes | 收件人邮箱地址列表 | |
| bcc | No | 密送邮箱地址列表(可选) | |
| html | No | HTML格式邮件内容(可选) | |
| text | Yes | 纯文本邮件内容 | |
| subject | Yes | 邮件主题 | |
| attachments | No | 邮件附件列表(可选) |