File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
47
47
**type **: ``string ``
48
48
49
- The URL to configure swift mailer .
49
+ The entire SwiftMailer configuration using a DSN-like URL format .
50
50
51
51
Example: ``smtp://user:pass@host:port/?timeout=60&encryption=ssl&auth_mode=login&... ``
52
52
@@ -97,21 +97,21 @@ timeout
97
97
98
98
**type **: ``integer ``
99
99
100
- The timeout when using ``smtp `` as the transport
100
+ The timeout in seconds when using ``smtp `` as the transport.
101
101
102
102
source_ip
103
103
~~~~~~~~~
104
104
105
105
**type **: ``string ``
106
106
107
- The source IP when using ``smtp `` as the transport
107
+ The source IP address when using ``smtp `` as the transport.
108
108
109
109
local_domain
110
110
~~~~~~~~~~~~
111
111
112
112
**type **: ``string ``
113
113
114
- The domain name to use in HELO command.
114
+ The domain name to use in `` HELO `` command.
115
115
116
116
encryption
117
117
~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments