I am working on a project in Laravel 5.4 where I used the mail function i.e.
Mail::to($user->email)->send(new VerifyAccountByEmail($user));
but i get this error
Failed to start the process [The system cannot find the specified path.
It used to work fine, but now it starts showing me this error.
source share