Email sending and template management tool for OpenClaw agents. Supports SMTP sending, email templates, and attachments (Traditional Chinese version).
郵件發送和模板管理工具。支持 SMTP 發送、郵件模板、附件管理(繁體中文版)。
| Situation / 情況 | Action / 操作 |
|---|---|
| ----------------- | -------------- |
| Send simple email / 發送簡單郵件 | python3 ../scripts/send_email.py (from scripts dir) |
| Use template / 使用模板郵件 | python3 script manager.py send |
| Configure SMTP / 配置 SMTP | python3 config.py setup |
| List templates / 列出模板 | python3 template_manager.py list |
| Test configuration / 測試配置 | python3 config.py test |
| View help / 查看幫助 | python3
|