smtp_forward_message
Forward an existing email message via SMTP. Fetches the original via IMAP, then sends it to specified recipients, with optional cover note.
Instructions
Forward an existing message via SMTP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Forward recipients (1..50) | |
| body_html | No | Optional cover note (HTML). Unlike `body_text`, this is sent as-is — the original message is NOT auto-quoted into the HTML part. If you need an HTML forward with the original embedded, compose it yourself and use `smtp_send_message`. | |
| body_text | No | Optional cover note (plain text). The original message is appended below as a quoted block. | |
| account_id | No | Account identifier (defaults to `"default"`) | default |
| message_id | Yes | Stable message ID of the message to forward |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool-specific data payload | |
| meta | Yes | Execution metadata (timestamp, duration) | |
| summary | Yes | Human-readable summary of the operation outcome |