Skip to content

Commit 6b69fe3

Browse files
Minor typos
Follow-up of symfony#15240 This is the *full* SMTP session, not just the "establishment".
1 parent 1bb1a6a commit 6b69fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3374,7 +3374,7 @@ sender
33743374
**type**: ``string``
33753375

33763376
The "envelope sender" which is used as the value of ``MAIL FROM`` during the
3377-
the `establishment of the SMTP session`_. This value overrides any other sender
3377+
`SMTP session`_. This value overrides any other sender
33783378
set in the code.
33793379

33803380
recipients
@@ -3640,4 +3640,4 @@ to know their differences.
36403640
.. _`Microsoft NTLM authentication protocol`: https://docs.microsoft.com/en-us/windows/win32/secauthn/microsoft-ntlm
36413641
.. _`utf-8 modifier`: https://www.php.net/reference.pcre.pattern.modifiers
36423642
.. _`Link HTTP header`: https://tools.ietf.org/html/rfc5988
3643-
.. _`establishment of the SMTP session`: https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol#SMTP_transport_example
3643+
.. _`SMTP session`: https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol#SMTP_transport_example

0 commit comments

Comments
 (0)