send-email
Compose and send emails with CC, BCC, importance levels, and optional dry-run preview before delivery.
Instructions
Compose and send an email. Use dryRun=true to preview without sending. Subject to rate limits and recipient allowlist when configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Comma-separated recipient email addresses | |
| cc | No | Comma-separated CC email addresses | |
| bcc | No | Comma-separated BCC email addresses | |
| subject | Yes | Email subject | |
| body | Yes | Email body (plain text or HTML) | |
| importance | No | Email importance (default: normal) | |
| saveToSentItems | No | Save to sent items (default: true) | |
| dryRun | No | Preview email without sending (default: false). Returns composed email for review. | |
| checkRecipients | No | Check recipients for out-of-office, mailbox full, delivery restrictions before sending (default: false). Combine with dryRun=true for pre-send review. |