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

index 633de41..a6c3130 100644 (file)
@@ -62,7 +62,7 @@ class Pman_Core_NotifySmtpCheck extends Pman
                     )
                 );
                 
-                $smtp = new Net_SMTP($server, 25, $dom, false, 0, $socket_options);
+                $smtp = new Net_SMTP($server, 25, '058177247238.ctinets.com', false, 0, $socket_options);
                 
                 $smtp->setDebug(true);
 //                print_R($smtp);