echomail = $o; } /** * Send the given notification. * * @param mixed $notifiable * @param \Illuminate\Notifications\Notification $notification * @return \Psr\Http\Message\ResponseInterface|void */ public function send($notifiable,Notification $notification) { if (! $echoarea = $notifiable->routeNotificationFor('echomail',$notification)) return; $o = $notification->toEchomail($notifiable); Log::info(sprintf('%s:= Posted echomail [%s] to [%s]',self::LOGKEY,$o->msgid,$echoarea)); } }