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
466
466
467
467
.. deprecated :: 6.2
468
468
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() ``.
473
472
474
473
Embedding Images
475
474
~~~~~~~~~~~~~~~~
@@ -514,9 +513,9 @@ images inside the HTML contents::
514
513
515
514
.. deprecated :: 6.2
516
515
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 .
520
519
521
520
.. _mailer-configure-email-globally :
522
521
You can’t perform that action at this time.
0 commit comments