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 4646
4747**type **: ``string ``
4848
49- The URL to configure swift mailer .
49+ The entire SwiftMailer configuration using a DSN-like URL format .
5050
5151Example: ``smtp://user:pass@host:port/?timeout=60&encryption=ssl&auth_mode=login&... ``
5252
@@ -97,21 +97,21 @@ timeout
9797
9898**type **: ``integer ``
9999
100- The timeout when using ``smtp `` as the transport
100+ The timeout in seconds when using ``smtp `` as the transport.
101101
102102source_ip
103103~~~~~~~~~
104104
105105**type **: ``string ``
106106
107- The source IP when using ``smtp `` as the transport
107+ The source IP address when using ``smtp `` as the transport.
108108
109109local_domain
110110~~~~~~~~~~~~
111111
112112**type **: ``string ``
113113
114- The domain name to use in HELO command.
114+ The domain name to use in `` HELO `` command.
115115
116116encryption
117117~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments