File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 4646
4747**type **: ``string ``
4848
49+ .. versionadded :: 2.4.2
50+ The ``url `` option was added in SwiftMailerBundle 2.4.2.
51+
4952The entire SwiftMailer configuration using a DSN-like URL format.
5053
5154Example: ``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+
100106The timeout in seconds when using ``smtp `` as the transport.
101107
102108source_ip
103109~~~~~~~~~
104110
105111**type **: ``string ``
106112
113+ .. versionadded :: 2.4.2
114+ The ``url `` option was added in SwiftMailerBundle 2.4.2.
115+
107116The source IP address when using ``smtp `` as the transport.
108117
109118local_domain
110119~~~~~~~~~~~~
111120
112121**type **: ``string ``
113122
123+ .. versionadded :: 2.4.2
124+ The ``url `` option was added in SwiftMailerBundle 2.4.2.
125+
114126The domain name to use in ``HELO `` command.
115127
116128encryption
You can’t perform that action at this time.
0 commit comments