When creating a PDF report ticking the box "Send to me" causes the email to be sent to the superuser not to the report creator. This is because when the email is sent, it uses the email address of the "current user" which is likely to be the superuser when run from a cron job.
Attached is a patch for plugins/PDFReports/API.pm
Attachment:
patch to API.pm.txt
(In [3274]) fixes #1685 - thanks duncanc; btw next time, please make your patch against svn and preserve whitespace