Bug 33288

Summary: Catalog concerns - Fallback email when CatalogerEmails is empty
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: NoticesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 31028    
Bug Blocks:    

Description Caroline Cyr La Rose 2023-03-20 21:42:02 UTC
I'm not sure if this is needed, but I think in other instances where there is a syspref for an email address, there are fall backs (for example I think ILLDefaultStaffEmail falls back to the library email, then KohaAdminEmailAddress).

We should probably do something similar? Since a bibliographic record is not necessarily attached to one specific library, we could fall back to KohaAdmin immediately.
1) CatalogerEmails syspref
2) KohaAdminEmailAddress

Currently, if there is no email in CatalogerEmails, no email is sent.
Comment 1 Katrin Fischer 2023-03-21 21:44:22 UTC
Using the inbound something method should take care of all the fallbacks, including the ReplyTo ones that are needed for some setups to be checked first.