Skip to content

Commit 36c8b4c

Browse files
committed
minor #18387 [Mailer] Document the optional HttpClient dependency (alexandre-daubois)
This PR was merged into the 5.4 branch. Discussion ---------- [Mailer] Document the optional HttpClient dependency Resolves #18386 Commits ------- 7ecb253 [Mailer] Document the optional HttpClient dependency
2 parents 44f2388 + 7ecb253 commit 36c8b4c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mailer.rst

+6
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,12 @@ Provider SMTP HTTP
215215
The usage of ``default_socket_timeout`` as the default timeout was
216216
introduced in Symfony 5.1.
217217

218+
.. note::
219+
220+
Besides SMTP, many 3rd party transports offer a web API to send emails.
221+
To do so, you have to install (additionally to the bridge)
222+
the HttpClient component via ``composer require symfony/http-client``.
223+
218224
.. note::
219225

220226
To use Google Gmail, you must have a Google Account with 2-Step-Verification (2FA)

0 commit comments

Comments
 (0)