NotifySend.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 06:13:28 +0000 (14:13 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 06:13:28 +0000 (14:13 +0800)
NotifySend.php

index 67bd080..4a3abc2 100644 (file)
@@ -377,7 +377,9 @@ class Pman_Core_NotifySend extends Pman
             // this normally will happen if you sent  Pman_Core_NotifySend['host']
             if (isset($ff->Mail['host']) && $ff->Mail['host'] == $dom && !empty($ff->Mail['auth'] )) {
                 
-                
+                if(!empty($ff->Core_Notify)){
+                    
+                }
                 
                 $mailer->auth = true;
                 $mailer->username = $ff->Mail['username'] ;