From 0e1f4fda571b40aeed69cfcd7a983168ad981d87 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:56:10 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 0113564c..69fad70c 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -72,7 +72,7 @@ class Pman_Core_NotifySmtpCheck extends Pman $res = $smtp->connect(10); if (is_a($res, 'PEAR_Error')) { - print_R('error?????');exit; + die("Cound not connect to {$server}"); } $res = $smtp->auth($settings['username'], $settings['password']); -- 2.39.2