laravel发送邮件带附件问题
Mail::queue('admin.mail.mailview', ['content' => $content], function($message)
{
$message->to('466280673@qq.com', 'John Smith')->subject('Welcome!');
$message->attach($filepath);
//return view('admin.mail.sendmail');
});
老是报filepath未定义,请求解答啊
{
$message->to('466280673@qq.com', 'John Smith')->subject('Welcome!');
$message->attach($filepath);
//return view('admin.mail.sendmail');
});
老是报filepath未定义,请求解答啊
1 个回复
FiveSay - 成武
赞同来自: 绿柠檬a 、sk_1994