liuch / dmarc-srg

A php parser, viewer and summary report generator for incoming DMARC reports.
GNU General Public License v3.0
228 stars 34 forks source link

Report per domain to different email address #29

Closed nbwpuk closed 2 years ago

nbwpuk commented 2 years ago

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 to php utils/summary_report.php domain=example.com period=lastndays:10 email=user@example.com

liuch commented 2 years ago

It's a great idea. I just merged your PR. Thank you for your attention to my project.