From: edward Date: Thu, 14 Jul 2016 06:16:03 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=eedeace81c6eb405c809d24e119b1af108c437d9 NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 268a618e..336a195d 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -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);