Skip to content

Commit 56dc587

Browse files
committed
minor #15616 [Mailer] Minor typos (ThomasLandauer)
This PR was merged into the 5.3 branch. Discussion ---------- [Mailer] Minor typos Follow-up of #15240 This is the *full* SMTP session, not just the "establishment". Commits ------- 6b69fe3 Minor typos
2 parents 1bb1a6a + 6b69fe3 commit 56dc587

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)