We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f48b22 commit d81a898Copy full SHA for d81a898
src/Transport/NewsletterTransport.php
@@ -95,7 +95,7 @@ protected function buildAttachmentModels(Email $message): array
95
{
96
return collect($message->getAttachments())
97
->filter(function (DataPart $child) {
98
- return $child->getHeaders()->get('content-disposition') !== null;
+ return $child->getPreparedHeaders()->get('Content-Disposition') !== null;
99
})
100
->map(function (DataPart $attachment) {
101
return (new AttachmentModel())
0 commit comments