hard coded email creds
This commit is contained in:
@@ -83,7 +83,8 @@ return [
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'username' => env('MAIL_USERNAME'),
|
// 'username' => "env('MAIL_USERNAME')",
|
||||||
|
'username' => "support@merchbay.com",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
@@ -96,7 +97,8 @@ return [
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'password' => env('MAIL_PASSWORD'),
|
// 'password' => env('MAIL_PASSWORD'),
|
||||||
|
'password' => "llsxpkgdzoxjrrls",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user