Defect #4920
closedEmail notifications on file upload sent to empty recipient list
0%
Description
I have installed a vanilla copy of Redmine 0.9.2.stable.3474 (MySQL)
In administration -> settings -> Email notifications, the emission email address is correctly set, and "file added" is ticked for notifications.
If I click "Send a test email" from the bottom of the page, the test email is correctly sent and received to my email inbox.
If I now go to a project with just myself as a member, and upload a file, a delivery failure is bounced to the sending account.
Looking in the mailserver logs for the receiving server, I can see that no receipients are set:
qmail-queue-handlers[1697]: Handlers Filter before-queue for qmail started ... qmail-queue-handlers[1697]: from=redmine@****.co.uk qmail-queue-handlers[1697]: to= qmail-queue-handlers[1697]: hook_dir = '/usr/local/psa/handlers/before-queue' qmail-queue-handlers[1697]: recipient[3] = ''
I have tested this with and without 'BCC' selected in the email notifications settings, with identical results.
Why is Redmine not sending the email with a list of recipients?
Related issues