From 9c403b7207cdde62792b4cb93455b75f65047263 Mon Sep 17 00:00:00 2001 From: franknstayn Date: Wed, 15 Sep 2021 20:48:31 +0800 Subject: [PATCH] update creds --- config/mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'), /* |--------------------------------------------------------------------------