Fix missing email sender
This commit is contained in:
parent
1b78030291
commit
846ff7644f
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ return [
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'from' => [
|
'from' => [
|
||||||
'address' => env('MAIL_FROM_ADDRESS', env('MAIL_FROM')),
|
'address' => env('MAIL_FROM_ADDRESS', env('MAIL_FROM', 'hello@example.com')),
|
||||||
'name' => env('MAIL_FROM_NAME', 'Pterodactyl Panel'),
|
'name' => env('MAIL_FROM_NAME', 'Pterodactyl Panel'),
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue