https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36766 --- Comment #34 from Alex Buckley <alexbuckley@catalyst.net.nz> --- (In reply to Katrin Fischer from comment #32)
(In reply to Katrin Fischer from comment #30)
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.
I need this as a follow-up before release please.
Hey Katrin, sorry I put the follow-up on a separate bug report ( bug 38282 ). I've just attached that patch to this bug report. Does that give you what you need, or is there anything else I can do? -- You are receiving this mail because: You are watching all bug changes.