File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -423,10 +423,6 @@ setting the ``auto_tls`` option to ``false`` in the DSN::
423423Require use of TLS
424424~~~~~~~~~~~~~~~~~~
425425
426- .. versionadded :: 7.3
427-
428- The option to require TLS was introduced in Symfony 7.3.
429-
430426You may want to ensure TLS is used, either directly or via ``STARTTLS ``,
431427for sending mail over SMTP regardless of other options set or SMTP server
432428support. You can set TLS as required by calling ``setRequireTls(true) ``
@@ -443,6 +439,10 @@ with the SMTP server.
443439
444440 This setting only works when the ``smtp:// `` protocol is used.
445441
442+ .. versionadded :: 7.3
443+
444+ The option to require TLS was introduced in Symfony 7.3.
445+
446446Binding to IPv4 or IPv6
447447~~~~~~~~~~~~~~~~~~~~~~~
448448
You can’t perform that action at this time.
0 commit comments