From a26995e57097eaf1b831ae9479c998ee68478d47 Mon Sep 17 00:00:00 2001 From: jack Date: Fri, 20 Jul 2018 13:05:41 +0800 Subject: [PATCH] update mail configure --- application/module/Mail/Mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/module/Mail/Mail.php b/application/module/Mail/Mail.php index 772f07a7..9d46f7e6 100644 --- a/application/module/Mail/Mail.php +++ b/application/module/Mail/Mail.php @@ -56,7 +56,7 @@ class Mail { $mail_config = array( 'ssl' => $this->conf->ssl, - //'port' => $this->conf->port, + 'port' => $this->conf->port, 'auth' => $this->conf->auth, 'username' => $this->conf->username, 'password' => $this->conf->password