https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36766 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #30 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Please provide a follow-up: 1) In some email setups this won't work as the KohaAdminEmailAddress will be a noreply address (for anti-spam reasons) +if ($email) { + if ( C4::Context->preference('KohaAdminEmailAddress') ) { + $admin_address = C4::Context->preference('KohaAdminEmailAddress'); + } Can you please make the address configurable or better prefer ReplytoDefault and fall-back to KohaAdminEmailAddress if it's not set. -- You are receiving this mail because: You are watching all bug changes.