Feature #62420
closedimproved configuration for mail notification
0%
Description
On my system, open_basedir is set and some PHP functions are disabled for security reasons (standard for ISPconfig on Debian). According to the install tool, this is not a problem. Also, the report module in BE shows notices only.
However, the report task sends me a mail every time it is run by the scheduler.
I see 3 possible solutions:
1. possibility to configure the severity level for the mail notification, i.e. send mail also for notices, or only for warnings and error, or even only for errors (probably not recommended)
2. possibility to disable the mail notification for certain checks. however, warnings or errors could be missed if a check is disabled because it usually reports only (harmless) warnings.
3. possibility to send mail notifications only if something changes in the report, i.e. if an additional check fails.
option 1 should be quite easy to implement, option 2 has issues (see above), option 3 would be the best solution IMO.