NotifySmtpCheck.php
[Pman.Core] / NotifySmtpCheck.php
index c67526c..be4d0f5 100644 (file)
@@ -43,7 +43,7 @@ class Pman_Core_NotifySmtpCheck extends Pman
                 
                 $smtpmx = new Mail_smtpmx($params);
                 
-                $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $server);
+                $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname);
                     
                 print_R($smtpmx->_smtp);exit;