NotifySend.php wip_alan_T6648_routing_outlook_in_crm
authorAlan Knowles <alan@roojs.com>
Thu, 18 Mar 2021 05:59:31 +0000 (13:59 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Mar 2021 05:59:31 +0000 (13:59 +0800)
NotifySend.php

index 39d8a6c..ac62779 100644 (file)
@@ -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;