Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soxft/commenttomail
A typecho comment push plugin
https://github.com/soxft/commenttomail
comment email typecho
Last synced: 9 days ago
JSON representation
A typecho comment push plugin
- Host: GitHub
- URL: https://github.com/soxft/commenttomail
- Owner: soxft
- License: gpl-3.0
- Created: 2022-02-02T13:16:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T09:10:32.000Z (4 months ago)
- Last Synced: 2024-10-11T23:27:45.345Z (25 days ago)
- Topics: comment, email, typecho
- Language: PHP
- Homepage:
- Size: 119 KB
- Stars: 30
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CommentToMail
> 一个Typecho异步邮件推送插件
适用版本: Typecho 1.2.0 / php 8.0 +
## 安装参考
1. clone或下载本项目
2. 重命名下载文件为 `CommentToMail`
3. 移动文件夹至 ~/usr/plugins/ 下
4. 后台启用插件, 配置SMTP等信息
5. 通过网址监控等服务 定时访问指定URL来发送邮件 (推荐使用uptimerobot)## Copyright
CommentToMail 作为一款老牌Typecho 邮件推送插件, 具有多个分支. 但大都长时间未更新, 且无法支持 php8 与 Typecho 1.2.0.
本项目部分参考原项目 且对其进行大量重构.
邮件服务采用[PHPMailer](https://github.com/PHPMailer/PHPMailer)
本项目采用 GNU GENERAL PUBLIC LICENSE 开源