[Bug 12426] Allow resending of emails from the notices tab in the patron account
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12426 --- Comment #47 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Marcel de Rooy from comment #45)
Perhaps we could also think about clearing the to_address and reading it again (as is done in SendQueuedLetters already).
You could have adjusted the patron's email address (possible trigger for resending an email) and now you want to resend to the new/corrected email address.
That's a very good remark and the expected behavior. IMO it should be a requirement for this patch to be pushed (as it's very easy to implement). (In reply to Katrin Fischer from comment #46)
Ah, I thought it always rechecked before sending it - maybe in another piece of code?
Usually the to_address is not set when inserting the message to the message queue. The _send_message_by_email get the patron's email address only if the message does not have one. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org