email-sender

Installation
SKILL.md

Email Sender Tool

Description

Send emails with HTML content, attachments, and multiple recipients via SMTP.

Trigger

  • /send-email command
  • User requests to send email
  • User needs email notification

Usage

# Send simple email
python scripts/send_email.py --to "user@example.com" --subject "Hello" --body "Message content"

# Send with attachment
python scripts/send_email.py --to "user@example.com" --subject "Report" --body "See attached" --attachment "report.pdf"
Related skills
Installs
32
GitHub Stars
79
First Seen
Jan 28, 2026