Don't use the closure, but configure the message immediately.
Mail::from('support@jcr.com')
->subject('Pengiriman Covernote')
->to($email)
->attachData($pdf, $doc_numb_covernote.'_facultative_covernote_'.Str::slug($covernote_created_at, '_').'.pdf')
->send('email.covernote_content', ['Body' => $data]);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.