smtp-send
Installation
SKILL.md
SMTP Send
Send emails via SMTP with support for text, HTML formatting, and file attachments. Works with Gmail, Outlook, Yahoo, QQ Mail, 163 Mail, and any SMTP server.
Quick Start
Send a simple email:
python3 scripts/send_email.py \
--to recipient@example.com \
--subject "Meeting Tomorrow" \
--body "Hi, let's meet at 2pm tomorrow."
Send HTML email: