email-send
✓Verified·Scanned 2/19/2026
Send a quick email via SMTP using msmtp without opening a full mail client.
from clawhub.ai·v474e354·1.4 KB·0 installs
Scanned from 1.0.0 at 474e354 · Transparency log ↗
$ vett add clawhub.ai/xejrax/email-send
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