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 2a99a52 + f67999a commit ae3e6c7Copy full SHA for ae3e6c7
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