File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ Embedding Images
234
234
235
235
If you want to display images inside your email, you must embed them
236
236
instead of adding them as attachments. When using Twig to render the email
237
- contents, as explained `later in this article <Embedding Images >`_ ,
237
+ contents, as explained :ref: `later in this article <reference-mailer-twig-embedding-images >` ,
238
238
the images are embedded automatically. Otherwise, you need to embed them manually.
239
239
240
240
First, use the ``embed() `` or ``embedFromPath() `` method to add an image from a
@@ -366,6 +366,8 @@ the ``TemplatedEmail`` class:
366
366
// ...
367
367
;
368
368
369
+ .. _reference-mailer-twig-embedding-images :
370
+
369
371
Embedding Images
370
372
~~~~~~~~~~~~~~~~
371
373
You can’t perform that action at this time.
0 commit comments