Use the MAIL_ADDRESS and SITE_NAME for the default mail address and name

This commit is contained in:
Kevin MacMartin 2016-01-27 22:09:57 -05:00
parent cf2db67006
commit d113926f71

View file

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