https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14364 --- Comment #76 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Andrew Nugged from comment #75)
Changes the routines to use inbound_library_address
Ouch :). Now our all customers have all the rest messages sent from
$library->from_email_address;
_except_ 'HOLD's:
$library->inbound_email_address
This slightly made a mess.
Katrin/Nick: do we expect that "inbound_email_address" will be soon refactored to everywhere use?
I think the change to the 'from' is actually a mistake. Koha/Library.pm 171 NOTE: This is the address to use for 'reply_to' or 'to' fields; It should not usually be 172 used as the 'from' address for emails as it may lead to mail being caught by spam filters. -- You are receiving this mail because: You are watching all bug changes.