Merge pull request #3543 from anakadote/master
Set Mail pretend config from .env
This commit is contained in:
@@ -119,6 +119,6 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'pretend' => false,
|
||||
'pretend' => env('MAIL_PRETEND', false),
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user