hard coded email creds

This commit is contained in:
franknstayn
2021-08-25 09:06:09 +08:00
parent ee6bd69095
commit 870a5f5f4d

View File

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