From 00069bb998d1bc487cb76d524f69278d4ddb4990 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 6 Mar 2022 22:02:31 +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 f10d2ff..791ceab 100644 --- a/conf/config.inc.php +++ b/conf/config.inc.php @@ -55,7 +55,7 @@ $config['imap_host'] = 'localhost:143'; // For example %n = mail.domain.tld, %t = domain.tld // To specify different SMTP servers for different IMAP hosts provide an array // of IMAP host (no prefix or port) and SMTP server e.g. ['imap.example.com' => 'smtp.example.net'] -$config['smtp_host'] = 'tls://' . $main_domain:587; +$config['smtp_host'] = 'tls://' . $main_domain; // SMTP username (if required) if you use %u as the username Roundcube // will use the current username for login