File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ This method accepts a request and should return a response::
60
60
For a simple implementation of a browser based on the HTTP layer, have a look
61
61
at the :class: `Symfony\\ Component\\ BrowserKit\\ HttpBrowser ` provided by
62
62
:ref: `this component <component-browserkit-external-requests >`. For an implementation based
63
- on ``HttpKernelInterface ``, have a look at the :class: `Symfony\\ Component\\ HttpKernel\\ Client `
63
+ on ``HttpKernelInterface ``, have a look at the :class: `Symfony\\ Component\\ HttpKernel\\ HttpClientKernel `
64
64
provided by the :doc: `HttpKernel component </components/http_kernel >`.
65
65
66
66
Making Requests
Original file line number Diff line number Diff line change @@ -3376,16 +3376,15 @@ sender
3376
3376
**type **: ``string ``
3377
3377
3378
3378
The "envelope sender" which is used as the value of ``MAIL FROM `` during the
3379
- the `establishment of the SMTP session `_. This value overrides any other sender
3380
- set in the code.
3379
+ `SMTP session `_. This value overrides any other sender set in the code.
3381
3380
3382
3381
recipients
3383
3382
""""""""""
3384
3383
3385
3384
**type **: ``array ``
3386
3385
3387
- Recipients used by the `` Mailer ``. Keep in mind that this setting override
3388
- recipients set in the code.
3386
+ The "envelope recipient" which is used as the value of `` RCPT TO `` during the
3387
+ the ` SMTP session `_. This value overrides any other recipient set in the code.
3389
3388
3390
3389
.. configuration-block ::
3391
3390
@@ -3642,4 +3641,4 @@ to know their differences.
3642
3641
.. _`Microsoft NTLM authentication protocol` : https://docs.microsoft.com/en-us/windows/win32/secauthn/microsoft-ntlm
3643
3642
.. _`utf-8 modifier` : https://www.php.net/reference.pcre.pattern.modifiers
3644
3643
.. _`Link HTTP header` : https://tools.ietf.org/html/rfc5988
3645
- .. _`establishment of the SMTP session` : https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol#SMTP_transport_example
3644
+ .. _`SMTP session` : https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol#SMTP_transport_example
You can’t perform that action at this time.
0 commit comments