mail_send_draft
Send a draft email from Hermes's account to your own inbox. Optionally reply to an existing thread by providing the in_reply_to value from mail_get.
Instructions
Send a draft email from Hermes's account to the user's own inbox.
The destination is restricted to the configured user email; any other to
value is rejected by the server. To reply to a thread, pass the
in_reply_to value from mail_get.
Returns dict with key: id (sent message ID).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| subject | Yes | ||
| body | Yes | ||
| in_reply_to | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||