From d1be5fce614c05fd8051c5232939da5c3d0806b6 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 2 Feb 2024 12:17:01 -0500 Subject: [PATCH] send from emsil --- app/Http/Controllers/HomeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 978ebfe..515612d 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -24,7 +24,7 @@ class HomeController extends Controller public function sendMail($mailData){ // Mail::to('ameye@chiefsoft.com')->send( new SiteContact()); - Mail::to($mailData['email'])->send( new SiteContact($mailData)); + Mail::to('contact@kevkemchiro.com')->send( new SiteContact($mailData)); } public function index()