email_send
Compose and send emails supporting HTML, plain text, CC/BCC, attachments, custom headers, and automatic retry on failure.
Instructions
寄送郵件。支援 HTML + 純文字、to/cc/bcc 多收件人、檔案/Base64 附件、自訂 headers、Reply-To。失敗自動 retry(exponential backoff)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | 收件人,可逗號分隔字串或 list | |
| bcc | No | ||
| from | No | 覆蓋預設 From | |
| html | No | HTML 內容 | |
| text | No | 純文字內容 | |
| headers | No | ||
| subject | Yes | ||
| reply_to | No | ||
| attachments | No |