matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.67k stars 2.62k forks source link

History triggered email report sent #19152

Open Chardonneaur opened 2 years ago

Chardonneaur commented 2 years ago

Would it be possible to have an history of the email sent through the email scheduled report, exactly like the custom alert feature.

sgiehl commented 2 years ago

Hi @Chardonneaur Thanks for the suggestion. We are currently only storing when a report was last sent in the database. That could be easily displayed. Adding a history would be a bit more effort but for sure it would be possible. In theory it might even be possible to handle that in a custom plugin. But a PR to add this would also be welcome if anyone is keen on working on that.