diff options
author | Christian Hesse <mail@eworm.de> | 2022-09-23 15:07:30 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-09-25 22:10:05 +0200 |
commit | eccc187014da0ee71bdfc94bfc105e6d4b4524ed (patch) | |
tree | a2836d3b3cd4a002e92e1bf5e748be805de8c35e /global-config | |
parent | 562c565fcf10fff454e82bd3eb718f6b4cbc5a1d (diff) |
introduce 'mod/notification-email', split off from global-functionschange-84
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/global-config b/global-config index a2afd66..6ed2a45 100644 --- a/global-config +++ b/global-config @@ -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"; |