This commit is contained in:
franknstayn
2022-08-26 22:45:55 +08:00
parent 8758375c42
commit 8cc5dfd71c
2 changed files with 9 additions and 13 deletions

View File

@@ -1048,8 +1048,8 @@ class TeamStoreController extends Controller
'name' => $post['fullname'],
'emailAddress' => $post['emailAddress'],
'msg' => $post['message'],
'receiver' => 'orders@merchbay.com',
'email_cc' => ['webmaster@merchbay.com', 'angelo@merchbay.com'],
'receiver' => 'customer-service@crewsportswear.com',
'email_cc' => ['webmaster@merchbay.com'],
'subject' => 'Merchbay - Contact Us Page',
);