laravel 5.3 send mail mailable

319 views Asked by At

I am trying to capture what I return the mail::send but it sends the mail and it arrives at me blank. What is the answer of this function?

$Sent =  Mail::send(new MailContact('', $to, $cc, $sub, '', $msn, '', $view));

if($Sent)
{
   return $Sent;
}
0

There are 0 answers