[Koha-bugs] [Bug 24233] New: Library branches editor doesn't allow email addresses with a name

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 12 19:25:15 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24233

            Bug ID: 24233
           Summary: Library branches editor doesn't allow email addresses
                    with a name
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

So, when we send email via koha, we set the from field to just the branch email
address ( e.g. "us at library.org" ). Some libraries would like to be able to have
the library name as part of the email address ( e.g. "Your Library
<us at library.org>" ).

The problem is that this does not pass validation in the branches editor. We
know this format works because some libraries set this email format before the
syntax validation was implemented.

We should update the validation algorithm to allow for the latter format in
addition to the former.

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


More information about the Koha-bugs mailing list