We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20ce13b + 8e2b1a0 commit f67999aCopy full SHA for f67999a
mailer.rst
@@ -234,7 +234,7 @@ Embedding Images
234
235
If you want to display images inside your email, you must embed them
236
instead of adding them as attachments. When using Twig to render the email
237
-contents, as explained `later in this article <Embedding Images>`_,
+contents, as explained :ref:`later in this article <mailer-twig-embedding-images>`,
238
the images are embedded automatically. Otherwise, you need to embed them manually.
239
240
First, use the ``embed()`` or ``embedFromPath()`` method to add an image from a
@@ -366,6 +366,8 @@ the ``TemplatedEmail`` class:
366
// ...
367
;
368
369
+.. _mailer-twig-embedding-images:
370
+
371
Embedding Images
372
~~~~~~~~~~~~~~~~
373
0 commit comments