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-26 16:23:10 +0400
committerMarcin Czołnowski <marcin@czolnowski.net>2014-06-26 16:23:10 +0400
commitcf6171f939a6fa7ee411476b707daf02915fed2d (patch)
treef2a577512e37c1849997332496af6407efa181af /config
parent87bcbc68e204dd145130d6dfc1a96957dce06ccc (diff)
Add reply-to in password recovery e-mails.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index ab64540e98..35cfbd3de8 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -258,6 +258,12 @@ login_password_recovery_email_address = "password-recovery@{DOMAIN}"
; name that appears as a Sender in the password recovery email
login_password_recovery_email_name = Piwik
+; email address that appears as a Repy-to in the password recovery email
+; if specified, {DOMAIN} will be replaced by the current Piwik domain
+login_password_recovery_replyto_email_address = "no-reply@{DOMAIN}"
+; name that appears as a Reply-to in the password recovery email
+login_password_recovery_replyto_email_name = "No-reply"
+
; By default when user logs out he is redirected to Piwik "homepage" usually the Login form.
; Uncomment the next line to set a URL to redirect the user to after he logs out of Piwik.
; login_logout_url = http://...