Senden Sie eine E -Mail an keinen Registerbenutzer in Laravel


use Illuminate\Support\Facades\Notification ;



Notification::route('mail', '[email protected]')
  ->notify(new Book());
Thankful Tern