8000 fix versionadded directives · symfony/symfony-docs@1c39991 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c39991

Browse files
committed
fix versionadded directives
* The `url` option was added in version 2.3.10 of the SwiftmailerBundle (see symfony/swiftmailer-bundle#118). * The `timeout` and `source_ip` options are part of SwiftmailerBundle since symfony/swiftmailer-bundle#14 which was part of the 2.1.0 release. * The `local_domain` option was first included in the 2.4.0 release (see symfony/swiftmailer-bundle#141).
1 parent 8eaccef commit 1c39991

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

reference/configuration/swiftmailer.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ url
4646

4747
**type**: ``string``
4848

49-
.. versionadded:: 2.4.2
50-
The ``url`` option was added in SwiftMailerBundle 2.4.2.
51-
5249
The entire SwiftMailer configuration using a DSN-like URL format.
5350

5451
Example: ``smtp://user:pass@host:port/?timeout=60&encryption=ssl&auth_mode=login&...``
@@ -100,28 +97,22 @@ timeout
10097

10198
**type**: ``integer``
10299

103-
.. versionadded:: 2.4.2
104-
The ``timeout`` option was added in SwiftMailerBundle 2.4.2.
105-
106100
The timeout in seconds when using ``smtp`` as the transport.
107101

108102
source_ip
109103
~~~~~~~~~
110104

111105
**type**: ``string``
112106

113-
.. versionadded:: 2.4.2
114-
The ``source_ip`` option was added in SwiftMailerBundle 2.4.2.
115-
116107
The source IP address when using ``smtp`` as the transport.
117108

118109
local_domain
119110
~~~~~~~~~~~~
120111

121112
**type**: ``string``
122113

123-
.. versionadded:: 2.4.2
124-
The ``local_domain`` option was added in SwiftMailerBundle 2.4.2.
114+
.. versionadded:: 2.4.0
115+
The ``local_domain`` option was introduced in SwiftMailerBundle 2.4.0.
125116

126117
The domain name to use in ``HELO`` command.
127118

0 commit comments

Comments
 (0)
0