send_draft
Send a saved draft email by providing its UID; the email is sent via SMTP and removed from the Drafts folder.
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) |