I added a file mime type and it worked
$path = storage_path(). $this->file->media;
return $this->view('emails.newsletter')->attach($path, [
'as' => 'newsletter',
'mime' => 'application/pdf',
]);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community