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

index b155550..1a77708 100644 (file)
@@ -44,7 +44,7 @@ class Pman_Core_NotifySmtpCheck extends Pman
                 $smtpmx = new Mail_smtpmx($params);
                 $smtpmx->debug = true;
                 
-                $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname);
+                $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, 'edward.roojs');
                 
                 $smtpmx->_smtp->setDebug(true);