Set environment values for MAIL_ADDRESS and MAIL_FROM

This commit is contained in:
James Brooks
2015-06-10 14:36:31 +01:00
parent 472e2316ae
commit afa8c98fbd
2 changed files with 3 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ return [
|
*/
'from' => ['address' => null, 'name' => null],
'from' => ['address' => env('MAIL_ADDRESS'), 'name' => env('MAIL_NAME')],
/*
|--------------------------------------------------------------------------