Skip to content

Commit ef7536c

Browse files
Added the missing "versionadded" directives
1 parent 635a0ab commit ef7536c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

reference/configuration/swiftmailer.rst

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

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

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

5154
Example: ``smtp://user:pass@host:port/?timeout=60&encryption=ssl&auth_mode=login&...``
@@ -97,20 +100,29 @@ timeout
97100

98101
**type**: ``integer``
99102

103+
.. versionadded:: 2.4.2
104+
The ``url`` option was added in SwiftMailerBundle 2.4.2.
105+
100106
The timeout in seconds when using ``smtp`` as the transport.
101107

102108
source_ip
103109
~~~~~~~~~
104110

105111
**type**: ``string``
106112

113+
.. versionadded:: 2.4.2
114+
The ``url`` option was added in SwiftMailerBundle 2.4.2.
115+
107116
The source IP address when using ``smtp`` as the transport.
108117

109118
local_domain
110119
~~~~~~~~~~~~
111120

112121
**type**: ``string``
113122

123+
.. versionadded:: 2.4.2
124+
The ``url`` option was added in SwiftMailerBundle 2.4.2.
125+
114126
The domain name to use in ``HELO`` command.
115127

116128
encryption

0 commit comments

Comments
 (0)