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:
authorThomas Steur <thomas.steur@gmail.com>2015-07-29 11:48:32 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-07-29 11:48:32 +0300
commitc5fab31c28b602b9dfcbd40fbf8ac1aab249681c (patch)
treed10f2bc4afa267a5f9ac9f833ac0db888ddf0944 /config
parent08fa53b99fa94ad51112288487c6bcb950474dfa (diff)
refs #8252 introduce new option noreply_email_name
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 0c0c736e37..673af0adb2 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -360,6 +360,9 @@ language_cookie_name = piwik_lang
; standard email address displayed when sending emails
noreply_email_address = "noreply@{DOMAIN}"
+; standard email name of the sender. If not set, a default will be used.
+noreply_email_name = ""
+
; feedback email address;
; when testing, use your own email address or "nobody"
feedback_email_address = "feedback@piwik.org"