https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36766
--- Comment #32 from Katrin Fischer <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
