Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Process could not be started [The system cannot find the path specified

Tags:

laravel-5.4

I am working on project in Laravel 5.4 where I have used mail function that is

Mail::to($user->email)->send(new VerifyAccountByEmail($user));

but I am getting this error

Process could not be started [The system cannot find the path specified.

Earlier it was working properly but now it starts showing me that error.

like image 278
deepak sharma Avatar asked Oct 28 '22 22:10

deepak sharma


1 Answers

you must check your mail driver in config/mail.php file

like image 60
Mahdi Shahpuri Avatar answered Oct 31 '22 23:10

Mahdi Shahpuri