send_email
Compose and send an email directly from Apple Mail, specifying recipients, subject, body, attachments, and optional CC/BCC fields.
Instructions
Send a new email immediately.
Convenience wrapper over create_draft with send_now=True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients. | |
| to | Yes | List of recipient email addresses. | |
| bcc | No | BCC recipients. | |
| body | No | Plain text body. | |
| subject | Yes | Email subject. | |
| from_account | No | Mail.app account name or UUID. None = Mail default. | |
| attachment_paths | No | List of local file paths to attach. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||