aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-11-18 19:39:48 -0500
committerThedro Neely <thedroneely@gmail.com>2018-11-18 19:39:48 -0500
commit1384deefbf2ac03ffa52ef67cd1fbfe879fee0e7 (patch)
treec7eb881ea5fc676b084152b5189459ffe3d66ce5 /bootstrap
parente52488af8db7aa9e3f66986cbe4e9f8ec0dedf30 (diff)
downloadedwinmattiacci.com-1384deefbf2ac03ffa52ef67cd1fbfe879fee0e7.tar.gz
edwinmattiacci.com-1384deefbf2ac03ffa52ef67cd1fbfe879fee0e7.tar.bz2
edwinmattiacci.com-1384deefbf2ac03ffa52ef67cd1fbfe879fee0e7.zip
bootstrap/comments/backend: Change email address
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/comments/backend/classes/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/comments/backend/classes/settings.php b/bootstrap/comments/backend/classes/settings.php
index 5a50c6e..bda25e1 100644
--- a/bootstrap/comments/backend/classes/settings.php
+++ b/bootstrap/comments/backend/classes/settings.php
@@ -86,7 +86,7 @@ class Settings extends Secrets
public $storesIpAddress = false; // Whether to store users' IP addresses
public $subscribesUser = true; // Whether to subscribe the user to e-mail notifications by default
public $allowsUserReplies = false; // Whether given e-mails are sent as reply-to address to users
- public $noreplyEmail = 'noreply@example.com'; // E-mail used when no e-mail is given
+ public $noreplyEmail = 'info@edwinmattiacci.com'; // E-mail used when no e-mail is given
public $spamDatabase = 'remote'; // Whether to use a remote or local spam database
public $spamCheckModes = 'php'; // Perform IP spam check in 'json' or 'php' mode, or 'both'
public $gravatarDefault = 'custom'; // Gravatar theme to use ('custom', 'identicon', 'monsterid', 'wavatar', or 'retro')