1This is in your Mail.php config file...
2
3When using
4
5'driver' => env('MAIL_DRIVER', 'log'),
6
7This will get the MAIL_DRIVER environment variable set in your .env file. In
8this case, 'log' is used only as a default if a value is not specified in your.
9env file... Your .env file probably has this still set in it. set it to log.
10
11MAIL_DRIVER=smtp
12
13#### replace with ####
14
15MAIL_DRIVER=log