I need to send e-mails but I already have the HTML generated, I don\'t want to use laravel blade because I need to apply a CSS Inliner to the HTML, so this is how i generate
In your controller:
Mail::to("xyz.gmail.com")->send(new contactMailAdmin($userData));