From: edward Date: Thu, 14 Jul 2016 06:13:28 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=50e8427e5e9ef0ca50feb8288db7ed98202fe811 NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 67bd0804..4a3abc21 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -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'] ;