NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 04:03:40 +0000 (12:03 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 04:03:40 +0000 (12:03 +0800)
NotifySmtpCheck.php

index 961496a..cd44f97 100644 (file)
@@ -47,8 +47,6 @@ class Pman_Core_NotifySmtpCheck extends Pman
                 
                 foreach ($mx as $mserver => $mpriority) {
                     
-
-                    // attempt to connect to the configured SMTP server.
                     $res = $smtpmx->_smtp->connect($smtpmx->timeout);
 
                     print_R($res);exit;