Bug 15121 - runreport.pl cronjob ought to let you specify multiple email addresses
Summary: runreport.pl cronjob ought to let you specify multiple email addresses
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2015-11-04 01:17 UTC by Liz Rea
Modified: 2022-02-16 06:26 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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