diff --git a/config/mail.php b/config/mail.php index a0765885..9d4c4d83 100644 --- a/config/mail.php +++ b/config/mail.php @@ -55,7 +55,10 @@ | */ - 'from' => ['address' => null, 'name' => null], + 'from' => [ + 'address' => 'hello@example.com', + 'name' => 'Example', + ], /* |--------------------------------------------------------------------------