send_message
Send email via SMTP, supporting plain text and HTML bodies, with CC, BCC, and reply-to options for automated communication.
Instructions
通过 SMTP 发送邮件(环境变量 SMTP,如 smtp.exmail.qq.com:465)。text 与 html 至少填一项。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | 抄送 | |
| to | Yes | 收件人,多个用逗号分隔或传数组 | |
| bcc | No | 密送 | |
| html | No | HTML 正文 | |
| text | No | 纯文本正文 | |
| subject | Yes | 邮件主题 | |
| reply_to | No | 回复地址 Reply-To |