forward
Forward an existing email to one or more recipients, optionally adding a message. Sends immediately or saves as a draft using the Apple Mail server.
Instructions
Forward an existing message to new recipients.
Convenience wrapper over create_draft with seed=forward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | List of recipient email addresses. | |
| body | No | Optional intro text prepended above the forwarded content. | |
| send_now | No | True (default) sends immediately; False saves as draft. | |
| forward_of | Yes | Id of the message to forward (numeric Mail.app id or RFC 5322 Message-ID from search_messages/get_messages). | |
| from_account | No | Mail.app account name or UUID. None = Mail default. | |
| seed_mailbox | No | Folder the original lives in (default INBOX). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||