email-sender

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "email-sender" with this command: npx skills add aidotnet/moyucode/aidotnet-moyucode-email-sender

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: ✅

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

bilibili-analyzer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

puppeteer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

cron-scheduler

No summary provided by upstream source.

Repository SourceNeeds Review