NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 03:39:18 +0000 (11:39 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 03:39:18 +0000 (11:39 +0800)
NotifySmtpCheck.php

index e6475bd..6713c96 100644 (file)
@@ -30,8 +30,12 @@ class Pman_Core_NotifySmtpCheck extends Pman
                     'host'    => $dom ,
                     'localhost' => $server,
                     'timeout' => 15,
-                    
+                    'auth' => true,
+                    'username' => $settings['username'],
+                    'password' => $settings['password']
                 ));
+                
+                print_R($mailer);exit;
             }