mirror of
https://github.com/Jinnrry/PMail.git
synced 2026-04-23 00:17:16 +08:00
01cbdc9875
支持多用户 支持SSL证书支持DNS验证 增加mysql测试用例 修复DNS设置时的展示歧义
31 lines
616 B
Markdown
31 lines
616 B
Markdown
## How To Ues / 如何使用
|
|
|
|
|
|
Copy plugin binary file to `/plugins`
|
|
|
|
复制插件二进制文件到`/plugins`文件夹
|
|
|
|
add config.json to `/plugins/config.com` like this:
|
|
|
|
新建配置文件`/plugins/config.com`,内容如下
|
|
|
|
```json
|
|
{
|
|
"weChatPushAppId": "", // wechat appid
|
|
"weChatPushSecret": "", // weChat Secret
|
|
"weChatPushTemplateId": "", // weChat TemplateId
|
|
"weChatPushUserId": "", // weChat UserId
|
|
}
|
|
```
|
|
|
|
WeChat Message Template :
|
|
|
|
微信推送模板设置:
|
|
|
|
Template Title: New Email Notice
|
|
|
|
模板标题:新邮件提醒
|
|
|
|
Template Content: {{Content.DATA}}
|
|
|
|
模板内容:{{Content.DATA}} |