X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NotifySmtpCheck.php;h=6ef823dacb9bf4b447da03b255f141d09be61667;hb=781bceeb4cc9c8fd0b7851219a877162f775eb0b;hp=6115092ba48ac4b64a1cec19a154a99aa74894b3;hpb=7d932bee00e949f16aa524206e2c3a2adfbdf7c0;p=Pman.Core diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 6115092b..6ef823da 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -45,7 +45,7 @@ class Pman_Core_NotifySmtpCheck extends Pman ) ); - $smtp = new Net_SMTP($server, 25, '058177247238.ctinets.com', false, 0, $socket_options); + $smtp = new Net_SMTP($server, $settings['port'], '058177247238.ctinets.com', false, 0, $socket_options); $smtp->setDebug(true);