From f0531d615261f4b1f57ffa372087c7ef07b9306d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 25 Nov 2021 22:57:11 +0100 Subject: [PATCH] Update config.inc.php --- conf/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.inc.php b/conf/config.inc.php index 7ec6bc2..897e42c 100644 --- a/conf/config.inc.php +++ b/conf/config.inc.php @@ -41,7 +41,7 @@ $config['db_dsnw'] = 'mysql://__DB_NAME__:__DB_PWD__@localhost/__DB_NAME__'; // %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part) // %s - domain name after the '@' from e-mail address provided at login screen // For example %n = mail.domain.tld, %t = domain.tld -$config['default_host'] = '%t'; +$config['default_host'] = 'localhost'; // SMTP server host (for sending mails). // Enter hostname with prefix ssl:// to use Implicit TLS, or use