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 f9fa557 + e56576e commit 8e2b1a0Copy full SHA for 8e2b1a0
mailer.rst
@@ -239,7 +239,7 @@ Embedding Images
239
240
If you want to display images inside your email, you must embed them
241
instead of adding them as attachments. When using Twig to render the email
242
-contents, as explained `later in this article <Embedding Images>`_,
+contents, as explained :ref:`later in this article <mailer-twig-embedding-images>`,
243
the images are embedded automatically. Otherwise, you need to embed them manually.
244
245
First, use the ``embed()`` or ``embedFromPath()`` method to add an image from a
@@ -379,6 +379,8 @@ the ``TemplatedEmail`` class:
379
// ...
380
;
381
382
+.. _mailer-twig-embedding-images:
383
+
384
Embedding Images
385
~~~~~~~~~~~~~~~~
386
0 commit comments