We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1048bb commit 7a2eb90Copy full SHA for 7a2eb90
mailer.rst
@@ -423,10 +423,6 @@ setting the ``auto_tls`` option to ``false`` in the DSN::
423
Require use of TLS
424
~~~~~~~~~~~~~~~~~~
425
426
-.. versionadded:: 7.3
427
-
428
- The option to require TLS was introduced in Symfony 7.3.
429
430
You may want to ensure TLS is used, either directly or via ``STARTTLS``,
431
for sending mail over SMTP regardless of other options set or SMTP server
432
support. You can set TLS as required by calling ``setRequireTls(true)``
@@ -443,6 +439,10 @@ with the SMTP server.
443
439
444
440
This setting only works when the ``smtp://`` protocol is used.
445
441
442
+.. versionadded:: 7.3
+
+ The option to require TLS was introduced in Symfony 7.3.
446
Binding to IPv4 or IPv6
447
~~~~~~~~~~~~~~~~~~~~~~~
448
0 commit comments