From 6dad2e6f1b557ca9d448501f3049a2c66fc3a91c Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:51:57 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 8fd8178d..28482dce 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -60,7 +60,7 @@ class Pman_Core_NotifySmtpCheck extends Pman 'verify_peer_name' => false, 'allow_self_signed' => true)); - $smtp = new Net_SMTP($server, 25, $dom, false, 0, $options); + $smtp = new Net_SMTP($server, 993, $dom, false, 0, $options); $smtp->setDebug(true); // print_R($smtp); -- 2.39.2