Email Draft

Compose a local .eml email draft (recipient, subject, body) that opens as an editable, unsent message in Outlook, Apple Mail, or Thunderbird.

metadist ea36cba 2 files · 1.9 KB Updated

File contents

email-draft

Write a ready-to-review .eml draft to the out-box. It is marked unsent, so double-clicking it opens an editable draft in the user's mail client — nothing is ever sent from this computer.

How to run

python3 <skill_dir>/run.py <output.eml> <to> <subject> <body>
  • <output.eml> — a path inside the out-box.
  • <to> — the recipient address.
  • <subject> — the subject line.
  • <body> — the message text; use \n for line breaks.

Standard library only. After running, tell the user where the draft was saved and that they can open it to review and send it themselves.

metadist/synaplan-desktop/tree/main/skills/bundled/email-draft commit ea36cba23e

Frequently asked questions

npx skillmds@latest add metadist/email-draft