File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -466,10 +466,9 @@ Alternatively you can attach contents from a stream by passing it directly to th
466466
467467.. deprecated :: 6.2
468468
469- In Symfony versions previous to 6.2, the methods ``attachFromPath `` and ``attach ``
470- could be used to add attachments. These methods have been deprecated and replaced with
471- ``addPart ``.
472-
469+ In Symfony versions previous to 6.2, the methods ``attachFromPath() `` and
470+ ``attach() `` could be used to add attachments. These methods have been
471+ deprecated and replaced with ``addPart() ``.
473472
474473Embedding Images
475474~~~~~~~~~~~~~~~~
@@ -514,9 +513,9 @@ images inside the HTML contents::
514513
515514.. deprecated :: 6.2
516515
517- In Symfony versions previous to 6.2, the methods ``embedFromPath `` and `` embed ``
518- could be used to embed images. These methods have been deprecated and replaced with
519- ``addPart `` together with inline ``DataPart``s .
516+ In Symfony versions previous to 6.2, the methods ``embedFromPath() `` and
517+ `` embed() `` could be used to embed images. These methods have been deprecated
518+ and replaced with ``addPart() `` together with inline ``DataPart `` objects .
520519
521520.. _mailer-configure-email-globally :
522521
You can’t perform that action at this time.
0 commit comments