send_message
Compose and send plain text emails with optional CC, BCC, and attachments using macOS Mail.
Instructions
Compose and send a new email message as plain text. Returns success when the message is queued for sending; actual delivery is not confirmed. Check Mail's Sent or Outbox mailbox to verify delivery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | The recipient email address | |
| subject | Yes | The subject of the email | |
| body | Yes | The plain text body of the email | |
| cc | No | CC recipient email address (optional) | |
| bcc | No | BCC recipient email address (optional) | |
| attachmentPaths | No | List of absolute file paths to attach (optional) |