X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NotifySmtpCheck.php;h=69fad70cd119ccb1ef504cbede0cced463ca040a;hb=0e1f4fda571b40aeed69cfcd7a983168ad981d87;hp=0113564cef9737d499109b986d1fa768ce1b31e4;hpb=ab78c2a8a1f13b21d64db9451b9dce705fccd9e6;p=Pman.Core 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']);