update email creds

This commit is contained in:
franknstayn
2021-09-15 20:20:31 +08:00
parent 72773a517a
commit 25f80cb16f

View File

@@ -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',
/*
|--------------------------------------------------------------------------