8000 Merge branch '5.4' into 6.2 · symfony/symfony-docs@ffe8486 · GitHub
[go: up one dir, main page]

Skip to content

Commit ffe8486

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: [Mailer] Document the optional HttpClient dependency
2 parents 7653443 + 36c8b4c commit ffe8486

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mailer.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@ Provider SMTP HTTP
197197
When using SMTP, the default timeout for sending a message before throwing an
198198
exception is the value defined in the `default_socket_timeout`_ PHP.ini option.
199199

200+
.. note::
201+
202+
Besides SMTP, many 3rd party transports offer a web API to send emails.
203+
To do so, you have to install (additionally to the bridge)
204+
the HttpClient component via ``composer require symfony/http-client``.
205+
200206
.. note::
201207

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

0 commit comments

Comments
 (0)
0