Skip to content

Commit 7ecb253

Browse files
[Mailer] Document the optional HttpClient dependency
1 parent 44f2388 commit 7ecb253

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)