Skip to content

Commit 69ab801

Browse files
committed
Tweak
1 parent 329e8c8 commit 69ab801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,8 +616,8 @@ images inside the HTML contents::
616616
->html('... <div background="cid:footer-signature"> ... </div> ...')
617617
;
618618

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::
619+
You can also use the :method:`DataPart::setContentId() <Symfony\\Component\\Mime\\Part\\DataPart::setContentId>`
620+
method to define a custom Content-ID for the image and use it as its ``cid`` reference::
621621

622622
$part = new DataPart(new File('/path/to/images/signature.gif'));
623623
$part->setContentId('footer-signature');

0 commit comments

Comments
 (0)