send-email
Send emails with full control over recipients, subject, body, and importance. Preview before sending using dry run, or automatically check recipient availability to avoid delivery issues.
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. |