send_email
Compose emails with subject, body, and attachments, then send to multiple recipients after user confirmation.
Instructions
A tool that sends emails based on the provided subject, body and receiver. It ensures secure and accurate email delivery while supporting multiple recipients and custom content. Ideal for automating email workflows. After collecting the information, it needs to be displayed to the user, and then selected to send after the user confirms it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receiver | Yes | The list of recipient email addresses, supports multiple recipients | |
| body | Yes | The main content of the email | |
| subject | Yes | The subject line of the email | |
| attachments | No | Email attachments, just need to get the file name of the attachment |