Files
PMail/server/hooks/web_push
Jinnrry 054336fe9e v2.6.1 (#169)
1、新增垃圾邮件过滤插件
2、使用使用github.com/dlclark/regexp2替换go原生的正则包
3、修复空数据导致的邮件插入失败
2024-07-20 10:39:17 +08:00
..
2024-03-01 19:10:56 +08:00
2024-07-20 10:39:17 +08:00

How To Ues

Copy plugin binary file to /plugins

add config.json to /plugins/config.com like this:

{
  "webPushUrl": "", // webhook push URL
  "webPushToken": "", // webhook push token
}