send_draft
Send an existing draft email, transmit it via SMTP, and remove it from the Drafts folder. Locate draft IDs using list_emails with the Drafts mailbox.
Instructions
Send an existing draft email and remove it from Drafts. The draft is fetched, sent via SMTP, then deleted. Use list_emails with the Drafts mailbox to find draft IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Draft email UID (from list_emails on Drafts mailbox) | |
| account | Yes | Account name from list_accounts | |
| mailbox | No | Drafts folder path (auto-detected if omitted) |