Skip to content

Commit dda8f7b

Browse files
committed
Use binary content stream for attachments
1 parent 61a630c commit dda8f7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/HasParsedMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function attachments(): array
133133
$part->getFilename(),
134134
$part->getContentId(),
135135
$part->getContentType(),
136-
$part->getContentStream() ?? Utils::streamFor(''),
136+
$part->getBinaryContentStream() ?? Utils::streamFor(''),
137137
);
138138
}
139139
}

0 commit comments

Comments
 (0)