email-send

star 0

Send a quick email via SMTP using `msmtp` without opening a full mail client.

g8rmyvkxpy-png By g8rmyvkxpy-png schedule Updated 3/1/2026

name: email-send description: "Send a quick email via SMTP using msmtp without opening a full mail client." metadata: { "openclaw": { "emoji": "📧", "requires": { "bins": ["msmtp"] }, "install": [ { "id": "dnf", "kind": "dnf", "package": "msmtp", "bins": ["msmtp"], "label": "Install msmtp (dnf)", }, ], },

}

Email Send Skill

Send a quick email via SMTP without opening the full himalaya client. Requires SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASS env vars.

Sending Email

Send a basic email:

echo "Meeting at 3pm tomorrow." | msmtp recipient@example.com

Send with subject and headers:

printf "To: recipient@example.com\nSubject: Quick update\n\nHey, the deploy is done." | msmtp recipient@example.com

Options

  • --cc -- carbon copy recipients
  • --bcc -- blind carbon copy recipients
  • --attach <file> -- attach a file

Install

sudo dnf install msmtp
Install via CLI
npx skills add https://github.com/g8rmyvkxpy-png/Mission-Control --skill email-send
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
g8rmyvkxpy-png
g8rmyvkxpy-png Explore all skills →