Summary: | [enh] allow opac-userupdate.pl to use the patron's email as 'from' address | ||
---|---|---|---|
Product: | Koha | Reporter: | Liz Rea <wizzyrea> |
Component: | OPAC | Assignee: | Liz Rea <wizzyrea> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, koha.sekjal, wizzyrea |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 6870 [enh] - allow opac-userupdate.pl to use the patron's email as 'from' address
Signed-off patch |
Description
Liz Rea
2011-09-14 20:11:01 UTC
Created attachment 5432 [details] [review] Bug 6870 [enh] - allow opac-userupdate.pl to use the patron's email as 'from' address Patch makes it so that Koha sends patron update emails from the first valid patron email address, instead of from the KohaAdmin or branch email address. This patch should make it so that libraries can directly reply to patrons regarding patron updates. To test: Create a patron with no email address, do a patron update and observe the to: and from: - they should both be the KohaAdminEmail address. Add an email address to that same patron, and send a patron update. Observe the to: and from: - the from: should be the first valid email address of the patron, to should be the KohaAdminEmail address. Created attachment 5465 [details] [review] Signed-off patch Easy patch to read, makes use of standard subroutines, has fallback to standard behaviour to avoid regression. Marking as Passed QA Pushed please test |