From 180cb06e41649f7ccc4fe152ce11f4b52cd3479b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:38:51 +0100 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 93318bc..d812455 100644 --- a/conf/config.php +++ b/conf/config.php @@ -93,7 +93,7 @@ $config = [ 'username' => '__APP__', // SMTP username 'password' => '__MAIL_PWD__', // SMTP password 'secure' => 'ssl', // Enable encryption (false, tls or ssl) - 'port' => 25, // TCP port to connect to + 'port' => 465, // TCP port to connect to ], /* home */ 'show_what_is_that' => false, // display "how to use" section