email-sender

📁 aidotnet/moyucode 📅 Jan 28, 2026
9
总安装量
6
周安装量
#33416
全站排名
安装命令
npx skills add https://github.com/aidotnet/moyucode --skill email-sender

Agent 安装分布

openclaw 4
cursor 3
opencode 3
claude-code 2
codex 2

Skill 文档

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"

# Send HTML email
python scripts/send_email.py --to "user@example.com" --subject "Newsletter" --html "template.html"

Environment Variables

SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=your-email@gmail.com
SMTP_PASS=your-app-password
SMTP_FROM=Your Name <your-email@gmail.com>

Tags

email, smtp, notification, automation

Compatibility

  • Codex: ✅
  • Claude Code: âœ