We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329e8c8 commit 69ab801Copy full SHA for 69ab801
mailer.rst
@@ -616,8 +616,8 @@ images inside the HTML contents::
616
->html('... <div background="cid:footer-signature"> ... </div> ...')
617
;
618
619
-You can also use :method:`DataPart::setContentId() <Symfony\\Component\\Mime\\Part\\DataPart::setContentId>` method to
620
-define value and use it as ``cid`` reference::
+You can also use the :method:`DataPart::setContentId() <Symfony\\Component\\Mime\\Part\\DataPart::setContentId>`
+method to define a custom Content-ID for the image and use it as its ``cid`` reference::
621
622
$part = new DataPart(new File('/path/to/images/signature.gif'));
623
$part->setContentId('footer-signature');
0 commit comments