We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ddbf0 commit 3e2e0c7Copy full SHA for 3e2e0c7
src/CssInlinerPlugin.php
@@ -96,7 +96,7 @@ private function handleSymfonyEmail(Email $message): void
96
97
if ($body instanceof TextPart) {
98
$message->setBody($this->processPart($body));
99
- } elseif ($body instanceof AbstractMultipartPart || $body instanceof AlternativePart || $body instanceof MixedPart) {
+ } elseif ($body instanceof AbstractMultipartPart) {
100
$part_type = get_class($body);
101
$message->setBody(new $part_type(
102
...array_map(
0 commit comments