Skip to content

Commit 7a2eb90

Browse files
committed
[Mailer] Moved version notice to after note for require_tls
As requested by OskarStark.
1 parent e1048bb commit 7a2eb90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mailer.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -423,10 +423,6 @@ setting the ``auto_tls`` option to ``false`` in the DSN::
423423
Require use of TLS
424424
~~~~~~~~~~~~~~~~~~
425425

426-
.. versionadded:: 7.3
427-
428-
The option to require TLS was introduced in Symfony 7.3.
429-
430426
You may want to ensure TLS is used, either directly or via ``STARTTLS``,
431427
for sending mail over SMTP regardless of other options set or SMTP server
432428
support. 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+
446446
Binding to IPv4 or IPv6
447447
~~~~~~~~~~~~~~~~~~~~~~~
448448

0 commit comments

Comments
 (0)