[Koha-bugs] [Bug 11140] New: Centralize all sending of email to one subroutine

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 25 16:39:41 CEST 2013


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

            Bug ID: 11140
           Summary: Centralize all sending of email to one subroutine
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

To reduce the chances of introducing bugs related to sending emails, and to
follow the DRY principle, we should consolidate all calls to sendmail into a
single subroutine such that any system preferences or other logic that alters
how we send emails can be centralized.

For example, bug 8000 and bug 8753, if both pushed, would introduce a bug into
Koha if nobody noticed, since there would be no merge conflicts or unit test
failures.

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


More information about the Koha-bugs mailing list