We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b78030 commit 846ff76Copy full SHA for 846ff76
config/mail.php
@@ -91,7 +91,7 @@
91
*/
92
93
'from' => [
94
- 'address' => env('MAIL_FROM_ADDRESS', env('MAIL_FROM')),
+ 'address' => env('MAIL_FROM_ADDRESS', env('MAIL_FROM', 'hello@example.com')),
95
'name' => env('MAIL_FROM_NAME', 'Pterodactyl Panel'),
96
],
97
0 commit comments