setupNetmail($notifiable); $ao = $notifiable->routeNotificationFor(static::via); Log::info(sprintf('%s:+ Responding to areafix for a node [%s] HELP processed',self::LOGKEY,$ao->ftn)); $o->to = $this->mo->from; $o->replyid = $this->mo->msgid; $o->subject = 'Areafix - Help'; // Message $msg = $this->page(FALSE,'Areafix'); $msg->addText("Here are the list of commands available to you:\r\r\r\r"); foreach ($this->commands as $command) { $msg->addText("$command\r"); } $o->msg = $msg->render(); $o->set_tagline = 'Why did the robot cross the road? The chicken programmed it.'; $o->save(); return $o; } }