Add default address in mail config.

This commit is contained in:
Taylor Otwell
2016-08-03 13:16:30 -05:00
parent 7f24b9183a
commit ab453a7e82
+4 -1
View File
@@ -55,7 +55,10 @@ return [
|
*/
'from' => ['address' => null, 'name' => null],
'from' => [
'address' => '[email protected]',
'name' => 'Example',
],
/*
|--------------------------------------------------------------------------