Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2021-10-28 10:31:55 +0300
committerGitHub <noreply@github.com>2021-10-28 10:31:55 +0300
commit518fcb3daee432d6ce76ee9e5d166e7c1ce67889 (patch)
tree4664f026a07ee7144a80c98a4095e34ace5dd646 /config
parente6ad78bbbc92443d7b0db7223fbf124cb01c61fb (diff)
Introduce new config setting to set a contact email address (#17916)
* Introduce new config setting to set a contact email address to use instead of all super user email addresses * fix test * apply review feedback * updates expected UI tests
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index e49a2c2fc0..c73d0ce372 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -532,6 +532,10 @@ noreply_email_address = "noreply@{DOMAIN}"
; standard email name displayed when sending emails. If not set, a default name will be used.
noreply_email_name = ""
+; email address to use when an administrator should be contacted. If not set, email addresses of all super users will be used instead.
+; To use multiple addresses simply concatenate them with a ','
+contact_email_address = ""
+
; set to 0 to disable sending of all emails. useful for testing.
emails_enabled = 1