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.
you must check your mail driver in config/mail.php file
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With