send_simple_email
Send email to a single recipient without attachments using plain text or HTML content. Specify receiver email, subject, and content to deliver messages.
Instructions
发送简单邮件(单个收件人,无附件)
Args: receiver_email: 收件人邮箱地址 subject: 邮件主题 content: 邮件内容(纯文本或HTML) content_type: 内容类型,'plain' 表示纯文本,'html' 表示HTML格式
Returns: 发送结果信息
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receiver_email | Yes | ||
| subject | Yes | ||
| content | Yes | ||
| content_type | No | plain |