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@lists.koha-community.org Reporter: kyle@bywatersolutions.com QA Contact: testopia@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@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@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.