maikuolan/phpmussel-plugin-notifications

此软件包已被废弃,不再维护。作者建议使用 phpmussel/phpmailer 软件包。

phpMussel 插件,用于在文件上传被阻止时接收来自 phpMussel 的电子邮件通知。

v3.0.0 2019-08-19 10:50 UTC

This package is auto-updated.

Last update: 2020-12-16 09:18:04 UTC


README

这是一个适用于共享主机环境的理想解决方案,在这种情况下,通常无法使用或安装传统的反病毒保护解决方案。phpMussel 是一个 PHP 脚本,旨在根据 ClamAV 和其他签名检测您系统上上传的文件中的木马、病毒、恶意软件和其他威胁。

这个仓库是做什么的?

此仓库 "plugin-notifications" 是一个 phpMussel 插件仓库,允许您在文件上传被阻止时接收来自 phpMussel 的电子邮件通知(需要正确配置 PHP "mail" 函数)。

核心 phpMussel 仓库: phpMussel.

此仓库: plugin-notifications.

如何安装?

如果您手动安装,请将以下部分添加到您的配置文件(config.ini)并相应地编辑

[notifications]
; "to_addr" is the email address for sending notifications to.
to_addr='[email protected]'
; "from_addr" is the email address cited as the origin for all sent notifications.
from_addr='[email protected]'

之后,您需要将此仓库的 "notifications" 目录及其所有内容上传到您的 phpMussel 安装的 "plugins" 目录。

否则,如果您通过前端更新页面安装,您可以通过前端配置页面相应地修改您的配置(所有必要的文件将自动安装)。

就这么多!:-)

最后更新:2019 年 8 月 19 日(2019.08.19)。