mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Use the MAIL_ADDRESS and SITE_NAME for the default mail address and name
This commit is contained in:
parent
cf2db67006
commit
d113926f71
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ return [
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'from' => ['address' => null, 'name' => null],
|
'from' => ['address' => env('MAIL_ADDRESS', null), 'name' => env('SITE_NAME', null)],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue