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,$mo->from,$mo->fftn->ftn,$mo->echoarea->name)); Notification::route('echomail',$mo->echoarea->withoutRelations())->notify(new TestNotification($mo)); return TRUE; } }