From 1384deefbf2ac03ffa52ef67cd1fbfe879fee0e7 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sun, 18 Nov 2018 19:39:48 -0500 Subject: bootstrap/comments/backend: Change email address --- bootstrap/comments/backend/classes/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') 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') -- cgit v1.2.3