You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2020. It is now read-only.
An ideal solution for shared hosting environments, where it's often not possible to utilise or install conventional anti-virus protection solutions, phpMussel is a PHP script designed to **detect trojans, viruses, malware and other threats** within files uploaded to your system wherever the script is hooked, based on the signatures of [ClamAV](http://www.clamav.net/) and others.
4
+
5
+
## **What's this repository for?**
6
+
7
+
This repository, "phpMussel-plugin-notifications", is the repository for a phpMussel plugin that allows you to receive email notifications from phpMussel whenever a file upload is blocked (requires PHP "mail" function to be correctly configured).
8
+
9
+
The main repository: [phpMussel](https://github.com/Maikuolan/phpMussel).
10
+
11
+
This repository: [phpMussel-plugin-notifications](https://github.com/Maikuolan/phpMussel-plugin-notifications).
12
+
13
+
## **How to install?**
14
+
15
+
1. Add the following section to your `phpmussel.ini` file and edit accordingly:
16
+
17
+
```
18
+
[notifications]
19
+
; "to_addr" is the email address for sending notifications to.
20
+
to_addr='username@domain.tld'
21
+
; "from_addr" is the email address cited as the origin for all sent notifications.
22
+
from_addr='username@domain.tld'
23
+
```
24
+
25
+
2. Upload the "notifications" directory of this repository and all its contents to the "plugins" directory of your phpMussel installation (the "plugins" directory is a sub-directory of the "vault" directory).
0 commit comments