send-email
Sends an email after user confirmation. Provide verified recipients, subject, and content; optionally add CC recipients.
Instructions
CONFIRMATION STEP: Actually send the email after user confirms the details. Before calling this, first show the email details to the user for confirmation. Required fields: recipients (to), subject, and content. Optional: CC recipients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | List of recipient email addresses (confirmed) | |
| subject | Yes | Confirmed email subject | |
| content | Yes | Confirmed email content | |
| cc | No | List of CC recipient email addresses (optional, confirmed) |