send_message
Compose and send a plain-text email message, returning the sender account once queued for sending. Verify actual delivery in the Sent or Outbox mailbox.
Instructions
Compose and send a new email message as plain text. Returns success when the message is queued for sending, along with the sender the message was sent from; actual delivery is not confirmed. Check Mail's Sent or Outbox mailbox to verify delivery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipient email address (optional) | |
| to | Yes | The recipient email address | |
| bcc | No | BCC recipient email address (optional) | |
| body | Yes | The plain text body of the email | |
| subject | Yes | The subject of the email | |
| fromAccount | No | Account to send from — a Mail account name ("Google") or one of its addresses ("you@gmail.com"), as reported by list_accounts. Matching is case-insensitive and an unrecognised value is an error, never a silent fallback. Omit to use Mail's default sending account; either way the account used is returned as `sender`. | |
| attachmentPaths | No | List of absolute file paths to attach (optional) |