echoarea) || (strtolower($mo->to) !== 'all') || (! in_array(strtolower($mo->subject),self::testing))) return FALSE; Log::info(sprintf('%s:- Processing TEST message from (%s) [%s] in [%s]',self::LOGKEY,$msg->user_from,$msg->fftn,$msg->echoarea)); Notification::route('echomail',$mo->echoarea)->notify(new TestNotification($msg)); return TRUE; } }