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