We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f2388 commit 7ecb253Copy full SHA for 7ecb253
mailer.rst
@@ -215,6 +215,12 @@ Provider SMTP HTTP
215
The usage of ``default_socket_timeout`` as the default timeout was
216
introduced in Symfony 5.1.
217
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
224
.. note::
225
226
To use Google Gmail, you must have a Google Account with 2-Step-Verification (2FA)
0 commit comments