X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=NotifySmtpCheck.php;h=7a2670ae639053984ea3281732690bb43a4f82f6;hp=edf0f49c7bb755f806992f43d6087a5e00dbef2d;hb=refs%2Fheads%2Fwip_alan_T6343_generic_progress_bar_delete;hpb=f0a9227905ca88005dc566a6bdbb78db780f148d diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index edf0f49c..7a2670ae 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -1,14 +1,20 @@ check(); + exit; } function check() @@ -40,10 +46,12 @@ class Pman_Core_NotifySmtpCheck extends Pman 'verify_peer_name' => false ) ); - + if (empty($settings['port'])) { + $settings['port'] = 25; + } $smtp = new Net_SMTP($server, $settings['port'], $helo, false, 0, $socket_options); - $smtp->setDebug(true); +// $smtp->setDebug(true); echo "Connecting : {$server}:{$settings['port']} \n"; @@ -76,7 +84,7 @@ class Pman_Core_NotifySmtpCheck extends Pman { $ifconfig = file_get_contents("https://ifconfig.co/"); $dom = new DomDocument('1.0', 'utf-8'); - $dom->loadHTML($ifconfig); + @$dom->loadHTML($ifconfig); $xpath = new DOMXPath($dom);