Show attachments
mursang opened this issue · 2 comments
mursang commented
Describe the solution you'd like
It would be great to see documents that were attached to the sent email, or at least a link to them.
marcogermani87 commented
Hi @mursang, in the new v1.3.0 release i've implemented attachments support.
Can you do some furter checks?
mursang commented
@marcogermani87 working like a charm!!
At first got an error, but seems like I forgot to run again php artisan vendor:publish --tag="filament-email-migrations"
to add the attachments field to the table.
Thank you very much!!