28 Oct
2024
28 Oct
'24
9:43 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36766 --- Comment #32 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (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. -- You are receiving this mail because: You are watching all bug changes.