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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 6 11:17:41 CEST 2013


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

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

--- Comment #13 from Chris Cormack <chris at bigballofwax.co.nz> ---
Created attachment 19437
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19437&action=edit
Bug 5544 - All Notices from Branch Email Address

Right now overdues come 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

Test Plan:
1) Set your branch email addresses, and the KohaAdminEmailAddress
   Make sure each of them are unqiue
2) Choose a borrower, enable the enhanced messaging and enable the
   checkout and checkin email notices. Use your email address for
   the borrower's email so you can recieve the emails.
3) Check out an item, check the from address of the email,
   it should be the email addres set in KohaAdminEmailAddress
4) Apply the patch
5) Return the item, check the from address of the email,
   it should match the email address set for the borrowers
   home library.

Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


More information about the Koha-bugs mailing list