introduce 'mod/notification-email', split off from global-functions

This commit is contained in:
Christian Hesse 2022-09-23 15:07:30 +02:00
parent 562c565fcf
commit eccc187014
20 changed files with 240 additions and 151 deletions

View file

@ -15,9 +15,11 @@
:global PrefixInZone true;
:global ServerNameInZone false;
# These addresses are used to send e-mails to. The to-address needs
# to be filled; cc-address can be empty, one address or a comma
# separated list of addresses.
# You can send e-mail notifications. Configure the system's mail settings
# (/tool/e-mail), then install the module:
# $ScriptInstallUpdate mod/notification-email
# The to-address needs to be filled; cc-address can be empty, one address
# or a comma separated list of addresses.
:global EmailGeneralTo "";
:global EmailGeneralCc "";
#:global EmailGeneralTo "mail@example.com";