-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make recipients for
sendEMailToAdmins
configurable (#798)
It is now possible to set recipients for admin emails via config `conf["viur.email.admin_recipients"]`. Otherwise all root users are still addressed. By using `normalize_to_list` and its enhancement, a method as value is also possible. This allows e.g. dynamic recipient selections like own `UserSkel` queries. Also `conf["viur.email.recipientOverride"]` is now callable.
- Loading branch information
1 parent
cfefb35
commit f93c456
Showing
2 changed files
with
37 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters