laravel-sendgrid-driver icon indicating copy to clipboard operation
laravel-sendgrid-driver copied to clipboard

Fix for disposition for inline attachments.

Open basdevet opened this issue 6 months ago • 0 comments

Inline attachments did not work with the old code, the disposition field always returned null.

Using $attachment->getDisposition(); works.

basdevet avatar Aug 19 '24 08:08 basdevet