[Koha-bugs] [Bug 5544] All Notices from Branch Email Address

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 12 14:09:29 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5544

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9491|0                           |1
        is obsolete|                            |

--- Comment #5 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 12164
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12164&action=edit
Bug 5544 - All Notices from Branch Email Address

Right now overdues from from the branch, but the
others come from the admin email address - this
is a problem in multi-branch systems because they
have to come up with one email address that all
branches have access to.

C4::Letters::_send_message_by_email currently sets
the from address in the following order:
1) Address specified in message
2) Koha admin email address

The order will now be:
1) Address specified in message
2) Borrowers home library email address
3) Koha admin email address

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list