smtp_reply_message
Send an email reply via SMTP, retrieving the original to preserve conversation threading and reply headers.
Instructions
Reply to an existing message via SMTP (fetches original for proper threading)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_html | No | Reply body (HTML, optional) | |
| body_text | Yes | Reply body (plain text) | |
| reply_all | No | Reply to all recipients (default: false, reply to sender only) | |
| account_id | No | Account identifier (defaults to `"default"`) | default |
| message_id | Yes | Stable message ID of the message to reply to | |
| attachments | No | Additional file attachments (optional, base64-encoded) | |
| include_original_attachments | No | Include original email's attachments in the reply (default: false) |
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 |