Skip to content

Commit 846ff76

Browse files
committed
Fix missing email sender
1 parent 1b78030 commit 846ff76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/mail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
*/
9292

9393
'from' => [
94-
'address' => env('MAIL_FROM_ADDRESS', env('MAIL_FROM')),
94+
'address' => env('MAIL_FROM_ADDRESS', env('MAIL_FROM', 'hello@example.com')),
9595
'name' => env('MAIL_FROM_NAME', 'Pterodactyl Panel'),
9696
],
9797

0 commit comments

Comments
 (0)