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