diff --git a/config/mail.php b/config/mail.php index c66e428c..73c691f0 100644 --- a/config/mail.php +++ b/config/mail.php @@ -56,8 +56,8 @@ */ 'from' => [ - 'address' => env('MAIL_SENDER_ADDRESS', 'hello@example.com'), - 'name' => env('MAIL_SENDER_NAME', 'Example'), + 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'), + 'name' => env('MAIL_FROM_NAME', 'Example'), ], /*