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:
authorMarcin Czołnowski <marcin@czolnowski.net>2014-06-25 19:58:23 +0400
committerMarcin Czołnowski <marcin@czolnowski.net>2014-06-25 19:58:23 +0400
commitade62d6243ff158b9f87b2ebb1e59ecfd6697e52 (patch)
treeda969f566fd8330bf1c1af73fbc4bd2f8c3cf97a /config
parent5ad27d7a9a3c77ece4990f3244ceac4d29f62cf6 (diff)
Set reply_to equal to report creator.
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 b5b21294bc..c6033dd452 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -280,6 +280,9 @@ noreply_email_address = "noreply@{DOMAIN}"
; when testing, use your own email address or "nobody"
feedback_email_address = "feedback@piwik.org"
+; using to set reply_to in reports e-mail to login of report creator
+set_reply_to_as_sender = 0
+
; during archiving, Piwik will limit the number of results recorded, for performance reasons
; maximum number of rows for any of the Referrers tables (keywords, search engines, campaigns, etc.)
datatable_archiving_maximum_rows_referrers = 1000