propose_draft_mail
Draft an email for preview only, returning a draft ID. Commit the draft later using apply_draft to send.
Instructions
PREVIEW a new mail draft. Creates nothing — returns a draft_id.
Drafting never sends. Commit with apply_draft.
Args: to: Recipient address, or several separated by commas. subject: Message subject. body: Message text. cc: Optional carbon-copy recipients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| body | Yes | ||
| subject | Yes |