Bug 33288 - Catalog concerns - Fallback email when CatalogerEmails is empty
Summary: Catalog concerns - Fallback email when CatalogerEmails is empty
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 31028
Blocks:
  Show dependency treegraph
 
Reported: 2023-03-20 21:42 UTC by Caroline Cyr La Rose
Modified: 2023-03-21 21:44 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.