init
All checks were successful
Deploy to Production / deploy (push) Successful in 16s

This commit is contained in:
梁朝伟 2024-11-13 19:50:16 +08:00
parent 885ddbe591
commit a7967b00cd

View File

@ -25,6 +25,7 @@ public function via(object $notifiable): array
public function toMail(object $notifiable): MailMessage
{
$text = sprintf("姓名:%s <br>电话:<a href='tel:%s'>%s</a>", $this->model->name, $this->model->mobile, $this->model->mobile);
$text = new \Illuminate\Support\HtmlString($text);
return (new MailMessage)
->subject("预约试驾线索通知")
->line("收到一条新的试驾预约信息")