Support the ongoing development of Laravel.io →
posted 3 years ago
Laravel Mail
Last updated 1 year ago.
0
Solution

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',
 ]);
Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Amir amir Joined 7 Mar 2020

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.