Add default address in mail config.
This commit is contained in:
parent
7f24b9183a
commit
ab453a7e82
|
@ -55,7 +55,10 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'from' => ['address' => null, 'name' => null],
|
'from' => [
|
||||||
|
'address' => 'hello@example.com',
|
||||||
|
'name' => 'Example',
|
||||||
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue