email-sender
Installation
SKILL.md
Email Sender Skill
Send emails with folder attachments via SMTP. This skill helps you compress directories and send them as email attachments.
Prerequisites
- Python 3.7+
- SMTP server credentials (Gmail, QQ邮箱, 163邮箱, etc.)
Configuration
The skill stores configuration in ~/.config/email-sender/config.json. On first run, you will be prompted to enter:
- SMTP server address (e.g., smtp.gmail.com, smtp.qq.com)
- SMTP port (e.g., 587 for TLS, 465 for SSL)
- Sender email address
- Email password or app-specific password
- Use TLS (recommended for port 587)