send_email
Send a new email message with subject and body to one or more recipients, with options for CC, BCC, importance, and HTML formatting.
Instructions
Send a new email.
Args: to: Comma-separated list of recipient email addresses. subject: Email subject line. body: Email body text. cc: Comma-separated CC recipients (optional). bcc: Comma-separated BCC recipients (optional). importance: Email importance: Low, Normal, or High (default Normal). is_html: If True, body is treated as HTML. Otherwise plain text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| subject | Yes | ||
| body | Yes | ||
| cc | No | ||
| bcc | No | ||
| importance | No | Normal | |
| is_html | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |