update email creds
This commit is contained in:
@@ -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',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user