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

index 542da01..774b2f1 100644 (file)
@@ -43,7 +43,7 @@ class Pman_Core_NotifySmtpCheck extends Pman
                 
                 $smtpmx = new Mail_smtpmx($params);
                 
-                $smtpmx->_smtp = new Net_SMTP($mserver, $smtpmx->port, $smtpmx->mailname);
+                $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname);
                     
                 print_R($smtpmx);exit;