From: Alan Knowles Date: Thu, 18 Mar 2021 05:59:31 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=84fe682bce61dacd2cbd75a304ecd26e0eb34e3a NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 39d8a6c0..ac62779e 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -397,7 +397,8 @@ class Pman_Core_NotifySend extends Pman } if(!empty($ff->Core_Notify) && !empty($ff->Core_Notify['routes'])){ - + + // we might want to regex 'office365 as a mx host foreach ($ff->Core_Notify['routes'] as $server => $settings){ if(!in_array($dom, $settings['domains'])){ continue;