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 46
46
47
47
**type **: ``string ``
48
48
49
+ .. versionadded :: 2.4.2
50
+ The ``url `` option was added in SwiftMailerBundle 2.4.2.
51
+
49
52
The entire SwiftMailer configuration using a DSN-like URL format.
50
53
51
54
Example: ``smtp://user:pass@host:port/?timeout=60&encryption=ssl&auth_mode=login&... ``
@@ -97,20 +100,29 @@ timeout
97
100
98
101
**type **: ``integer ``
99
102
103
+ .. versionadded :: 2.4.2
104
+ The ``url `` option was added in SwiftMailerBundle 2.4.2.
105
+
100
106
The timeout in seconds when using ``smtp `` as the transport.
101
107
102
108
source_ip
103
109
~~~~~~~~~
104
110
105
111
**type **: ``string ``
106
112
113
+ .. versionadded :: 2.4.2
114
+ The ``url `` option was added in SwiftMailerBundle 2.4.2.
115
+
107
116
The source IP address when using ``smtp `` as the transport.
108
117
109
118
local_domain
110
119
~~~~~~~~~~~~
111
120
112
121
**type **: ``string ``
113
122
123
+ .. versionadded :: 2.4.2
124
+ The ``url `` option was added in SwiftMailerBundle 2.4.2.
125
+
114
126
The domain name to use in ``HELO `` command.
115
127
116
128
encryption
You can’t perform that action at this time.
0 commit comments