http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5253 Summary: runreport.pl does not work with new options (-to, -from, -email, -format) Change sponsored?: --- Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Command-line Utilities AssignedTo: gmcharlt@gmail.com ReportedBy: ian.walls@bywatersolutions.com QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 The runreport.pl cronjob does not work with email. The POD does not show the other options than -m, -h and -v, even though -format, -to, -from and -email have been added as options. There is therefore no way to tell the script to send an email to anyone without manually editing the $to, $from or $email variable. Additionally, the text that is printed to the screen is raw HTML, without headers or content type indentification. This would make for an unattractive email to be sent, even if it were possible. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.