Auto Email Report : Why there is limit for only three users

I am creating an auto email report for multiple reports with the same user. but while creating 4th record I am getting this error
Only 3 emailed reports are allowed per user.
Also, I checked the following comment in auto_email_report.py
[frappe-bench/apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py]

check that there are only 3 enabled reports per user

Why there is such a validation?

1 Like

Iā€™d like to know the same.

Me too. Why?

Also, it does not work and throws an error of unknown aggregator column if grouping is added to the report.

Any Update? @asoral @cpurbaugh

See also Why only 3 emailed report per user?