email part fix

This commit is contained in:
Yuri Kuznetsov
2022-11-13 15:24:10 +02:00
parent 631e766e5f
commit cadf54fb4e
+1 -5
View File
@@ -521,11 +521,7 @@ class Sender
}
if (!$hasInlineAttachments) {
$body->addPart(
(new MimePart($alternative->generateMessage()))
->setType('multipart/related')
->setBoundary($alternative->getMime()->boundary())
);
$body->addPart($alternativePart);
}
}