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

index 268a618..336a195 100644 (file)
@@ -34,7 +34,7 @@ class Pman_Core_NotifySmtpCheck extends Pman
                 )
             );
 
-            $smtp = new Net_SMTP($server, $settings['port'], '', false, 0, $socket_options);
+            $smtp = new Net_SMTP($server, $settings['port'], 'roojs', false, 0, $socket_options);
 
 //            $smtp->setDebug(true);