netmail = $o; } /** * Send the given notification. * * @param mixed $notifiable * @param \Illuminate\Notifications\Notification $notification * @return \Psr\Http\Message\ResponseInterface|null */ public function send($notifiable,Notification $notification) { if (! $ao = $notifiable->routeNotificationFor('netmail',$notification)) return; $o = $notification->toNetmail($notifiable); Log::info(sprintf('%s:Test Netmail created [%s]',self::LOGKEY,$o->id)); Job::dispatch($ao); Log::info(sprintf('%s:Dispatched job to pool address [%s]',self::LOGKEY,$ao->ftn)); } }