Work on registration of existing systems to users
This commit is contained in:
@@ -34,7 +34,7 @@ class NetmailChannel
|
||||
*
|
||||
* @param mixed $notifiable
|
||||
* @param \Illuminate\Notifications\Notification $notification
|
||||
* @return \Psr\Http\Message\ResponseInterface|null
|
||||
* @return \Psr\Http\Message\ResponseInterface|void
|
||||
*/
|
||||
public function send($notifiable,Notification $notification)
|
||||
{
|
||||
@@ -42,9 +42,8 @@ class NetmailChannel
|
||||
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));
|
||||
Log::info(sprintf('%s:Sent netmail [%s] via [%s]',self::LOGKEY,$o->msgid,$ao->ftn));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user