send_email
Compose and send an email in one step, specifying recipients, subject, body, CC/BCC, and importance.
Instructions
Compose and send a new email in one step. For more control (edit before sending), use create_draft + update_draft + send_draft instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | Yes | Recipients | |
| bcc | No | BCC recipients | |
| body | Yes | Email body content | |
| subject | Yes | Email subject | |
| bodyType | No | Body format: "text" (default) or "html" | text |
| importance | No | Normal | |
| saveToSentItems | No | Save a copy in Sent Items (default true) |