send from emsil
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user