X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NotifySmtpCheck.php;h=633de4153970e857dd6fb502235cf90f821760f5;hb=99caf237b9db1c19f9e175082b1d0a447ecb4a24;hp=69fad70cd119ccb1ef504cbede0cced463ca040a;hpb=0e1f4fda571b40aeed69cfcd7a983168ad981d87;p=Pman.Core diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 69fad70c..633de415 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -62,7 +62,7 @@ class Pman_Core_NotifySmtpCheck extends Pman ) ); - $smtp = new Net_SMTP($server, 993, $dom, false, 0, $socket_options); + $smtp = new Net_SMTP($server, 25, $dom, false, 0, $socket_options); $smtp->setDebug(true); // print_R($smtp);