weekdaycare/RSS to Email Notifier
定时解析博客 RSS,检测新文章并批量邮件推送给订阅用户
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| rss_url | 博客 RSS 链接 | yes | — |
| subscribe_json_url | 订阅邮箱 JSON 链接(格式:{"emails": ["a@example.com", ...]}) | yes | — |
| email_template_url | 邮件 HTML 模板链接 | no | — |
| smtp_server | SMTP 服务器地址 | yes | — |
| smtp_port | SMTP 端口(如 465/587) | yes | — |
| smtp_password | SMTP 密码(通过 secrets 注入) | yes | — |
| smtp_use_tls | 是否使用 TLS(true/false) | yes | true |
| sender_email | 发信邮箱地址 | yes | — |
| website_title | 网站标题(用于邮件模板变量) | no | 博客订阅 |
| website_icon | 网站图标(用于邮件模板变量,可为空) | no | "" |
Outputs
no outputs