diff --git a/config/mail.php b/config/mail.php index 5e910befe..95c6f303c 100644 --- a/config/mail.php +++ b/config/mail.php @@ -91,7 +91,7 @@ return [ */ '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'), ],