diff --git a/config/mail.php b/config/mail.php index 114c4cf..86901ff 100644 --- a/config/mail.php +++ b/config/mail.php @@ -83,7 +83,7 @@ return [ | */ - 'username' => 'no-reply@crewsportswear.com', + 'username' => env('MAIL_USERNAME'), /* |-------------------------------------------------------------------------- @@ -96,7 +96,7 @@ return [ | */ - 'password' => 'nrAWvOsMgtp7V3KLq83a!??', + 'password' => env('MAIL_PASSWORD'), /* |--------------------------------------------------------------------------