Skip to content

Commit d2360f7

Browse files
committed
minor #15241 [Mailer] Added link to https://symfony.com/doc/current/mailer.html#configuring… (ThomasLandauer)
This PR was merged into the 5.2 branch. Discussion ---------- [Mailer] Added link to https://symfony.com/doc/current/mailer.html#configuring… …-emails-globally https://symfony.com/doc/current/mailer.html#configuring-emails-globally Question: If I add a From-header here, and then use a different `$email->from(...)` in the code, which will win? Since "envelope" has an unusual behavior in this regard, it might be better to explain this here too. Commits ------- 4836e5d Added link to https://symfony.com/doc/current/mailer.html#configuring-emails-globally
2 parents f026151 + 4836e5d commit d2360f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3213,6 +3213,10 @@ headers
32133213
Headers to add to emails. The key (``name`` attribute in xml format) is the
32143214
header name and value the header value.
32153215

3216+
.. seealso::
3217+
3218+
For more information, see :ref:`Configuring Emails Globally <mailer-configure-email-globally>`
3219+
32163220
web_link
32173221
~~~~~~~~
32183222

0 commit comments

Comments
 (0)