Skip to content

Commit

Permalink
Fix missing email sender
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Oct 31, 2022
1 parent 1b78030 commit 846ff76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
*/

'from' => [
'address' => env('MAIL_FROM_ADDRESS', env('MAIL_FROM')),
'address' => env('MAIL_FROM_ADDRESS', env('MAIL_FROM', '[email protected]')),
'name' => env('MAIL_FROM_NAME', 'Pterodactyl Panel'),
],

Expand Down

0 comments on commit 846ff76

Please sign in to comment.