8000
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 be6bad8 commit 0058cafCopy full SHA for 0058caf
src/Symfony/Component/Mime/Email.php
@@ -486,7 +486,6 @@ private function prepareParts(): ?array
486
$inlineParts[$name] = $part = $this->createDataPart($attachment);
487
$html = str_replace('cid:'.$name, 'cid:'.$part->getContentId(), $html);
488
$part->setName($part->getContentId());
489
- $attachment['name'] = $part->getContentId();
490
continue 2;
491
}
492
$attachmentParts[] = $this->createDataPart($attachment);
0 commit comments