From 4836e5d7e52f0970193f8ed06913e19b3a03686e Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Wed, 14 Apr 2021 15:35:45 +0200 Subject: [PATCH] Added link to https://symfony.com/doc/current/mailer.html#configuring-emails-globally --- reference/configuration/framework.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 1545f586bf9..3d82c643511 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -3207,6 +3207,10 @@ headers Headers to add to emails. The key (``name`` attribute in xml format) is the header name and value the header value. +.. seealso:: + + For more information, see :ref:`Configuring Emails Globally ` + web_link ~~~~~~~~