diff --git a/config/mail.php b/config/mail.php index 02e757e..5bc4688 100644 --- a/config/mail.php +++ b/config/mail.php @@ -57,7 +57,7 @@ return [ | */ - 'from' => ['address' => 'noreply@crewsportswear.com', 'name' => 'no-reply'], + 'from' => ['address' => 'no-reply@crewsportswear.com', 'name' => 'no-reply'], /* |-------------------------------------------------------------------------- @@ -83,7 +83,7 @@ return [ | */ - 'username' => env('MAIL_USERNAME'), + 'username' => 'no-reply@crewsportswear.com', /* |-------------------------------------------------------------------------- @@ -96,7 +96,7 @@ return [ | */ - 'password' => env('MAIL_PASSWORD'), + 'password' => 'yjjgmvozawwfitpq', /* |--------------------------------------------------------------------------