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::
423
423
Require use of TLS
424
424
~~~~~~~~~~~~~~~~~~
425
425
426
- .. versionadded :: 7.3
427
-
428
- The option to require TLS was introduced in Symfony 7.3.
429
-
430
426
You may want to ensure TLS is used, either directly or via ``STARTTLS ``,
431
427
for sending mail over SMTP regardless of other options set or SMTP server
432
428
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
443
+
444
+ The option to require TLS was introduced in Symfony 7.3.
445
+
446
446
Binding to IPv4 or IPv6
447
447
~~~~~~~~~~~~~~~~~~~~~~~
448
448
You can’t perform that action at this time.
0 commit comments