From 6af12fc3af8dfed5971c853eddfe3bc484a96706 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 14:15:43 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NotifySend.php b/NotifySend.php index 4a3abc21..79b02819 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -379,6 +379,12 @@ class Pman_Core_NotifySend extends Pman if(!empty($ff->Core_Notify)){ + $preferHost = false; + + foreach ($ff->Core_Notify['routes'] as $server => $settings){ +// if(!in_array($, $haystack)) + } + } $mailer->auth = true; -- 2.39.2