Bug 15121

Summary: runreport.pl cronjob ought to let you specify multiple email addresses
Product: Koha Reporter: Liz Rea <liz>
Component: Command-line UtilitiesAssignee: Galen Charlton <gmcharlt>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: fridolin.somers, koha, robin
Version: MainKeywords: regression
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29365
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12802
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Liz Rea 2015-11-04 01:17:36 UTC
Just in case more than one person needs to receive a copy of a report.
Comment 1 Koha Team University Lyon 3 2021-12-21 12:41:15 UTC
Hi,
you could add several email with report.pl with a 19.11 version (and previous version also) by spliting the adresses with a comma. For example

runreport.pl 683 --format=html --email --to=mail@mail.fr, mail2@mail.fr

It isn't possible anymore since we are in 20.11 version.

My colleague Olivier suggest a change in Koha::Email.

Could we retrieve this feature ?

Thanks

Sonia