I was just wondering is it possible to send the report per domain to different email address.
I was thinking maybe as the current report is triggered:
php utils/summary_report.php domain=example.com period=lastndays:10
could this be adapted to
php utils/summary_report.php domain=example.com period=lastndays:10 email=user@example.com
Firstly, great software. 👍
I was just wondering is it possible to send the report per domain to different email address. I was thinking maybe as the current report is triggered:
php utils/summary_report.php domain=example.com period=lastndays:10
could this be adapted tophp utils/summary_report.php domain=example.com period=lastndays:10 email=user@example.com