We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7653443 + 36c8b4c commit ffe8486Copy full SHA for ffe8486
mailer.rst
@@ -197,6 +197,12 @@ Provider SMTP HTTP
197
When using SMTP, the default timeout for sending a message before throwing an
198
exception is the value defined in the `default_socket_timeout`_ PHP.ini option.
199
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
206
.. note::
207
208
To use Google Gmail, you must have a Google Account with 2-Step-Verification (2FA)
0 commit comments