[Koha-bugs] [Bug 3619] New: C4::Letters::_send_message_by_email does not obey AutoEmailPrimaryAddress

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Mon Sep 14 15:14:06 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3619

           Summary: C4::Letters::_send_message_by_email does not obey
                    AutoEmailPrimaryAddress
           Product: Koha
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: P3
         Component: Architecture, internals, and plumbing
        AssignedTo: dbavousett at ptfs.com
        ReportedBy: dbavousett at ptfs.com
   Estimated Hours: 0.0
 Change sponsored?: ---


Customer set AutoEmailPrimaryAddress to "emailpro", then populated emailpro,
thinking that notices would then go to the email address specified in that
field.  However, C4::Letters::_send_message_by_email is only capable of using
the email field.

This enhancement would cause C4::Letters::_send_message_by_email to obey the
syspref.  

This is an interim solution; the long-term Right Thing would probably be to
create a syspref (or modify the existing one) to allow for a library-selectable
hierarchy--a list of potential email address fields to use.  I therefore
suggest leaving this bug ASSIGNED, until the better solution can be
implemented.

Patch forthcoming shortly.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list