http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12031 Bug ID: 12031 Summary: Task Scheduler not sending mail Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Task Scheduler Assignee: gmcharlt@gmail.com Reporter: liz@catalyst.net.nz QA Contact: testopia@bugs.koha-community.org The task scheduler to schedule reports from the UI is not passing the correct command to runreport.pl, so it doesn't send email correctly. To replicate: 1. make sure that your user is not in at.deny, and (if applicable/necessary) is in at.allow Useful, but not required step: make sure email can be sent from your server, also helpful is access to the Koha user's mail box (to see the bounce messages) 2. create a saved sql report to run 3. Go to Tools -> Task Scheduler and schedule a job to be run, and results emailed to you 4. note that you do not get an email, also note that the Koha user has received a bounce message with the report contents and an error message: [Thu Apr 3 14:02:00 2014] runreport.pl: ERROR: No saved report report-recipient@the.email.address.you.specified found at /usr/share/koha/intranet/cgi-bin/tools/runreport.pl line 193. -- You are receiving this mail because: You are watching all bug changes.