Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b2c7f21

Browse filesBrowse files
committed
minor #12877 [Mailer] Fixed broken link (Nyholm)
This PR was submitted for the master branch but it was merged into the 4.3 branch instead (closes #12877). Discussion ---------- [Mailer] Fixed broken link This will fix #12875 Commits ------- 4835920 Fixed broken link
2 parents 3e08094 + 4835920 commit b2c7f21
Copy full SHA for b2c7f21

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎mailer.rst

Copy file name to clipboardExpand all lines: mailer.rst
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Embedding Images
235235

236236
If you want to display images inside your email, you must embed them
237237
instead of adding them as attachments. When using Twig to render the email
238-
contents, as explained `later in this article <Embedding Images>`_,
238+
contents, as explained :ref:`later in this article <reference-mailer-twig-embedding-images>`,
239239
the images are embedded automatically. Otherwise, you need to embed them manually.
240240

241241
First, use the ``embed()`` or ``embedFromPath()`` method to add an image from a
@@ -347,6 +347,8 @@ the ``TemplatedEmail`` class:
347347
// ...
348348
;
349349
350+
.. _reference-mailer-twig-embedding-images:
351+
350352
Embedding Images
351353
~~~~~~~~~~~~~~~~
352354

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.