1

我正在尝试捕获我返回邮件::send 的内容,但它发送了邮件并且它到达我时是空白的。这个函数的答案是什么?

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

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

0 回答 0