File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -187,14 +187,14 @@ Other Options
187
187
command
188
188
~~~~~~~
189
189
190
- Command to be executed by ``sendmail `` transport.
190
+ Command to be executed by ``sendmail `` transport::
191
191
192
192
$dsn = 'sendmail://default?command=/usr/sbin/sendmail%20-oi%20-t'
193
193
194
194
local_domain
195
195
~~~~~~~~~~~~
196
196
197
- The domain name to use in ``HELO `` command.
197
+ The domain name to use in ``HELO `` command::
198
198
199
199
$dsn = 'smtps://smtp.example.com?local_domain=example.org'
200
200
@@ -203,14 +203,14 @@ restart_threshold
203
203
204
204
The maximum number of messages to send before re-starting the transport. Can be
205
205
used together with ``restart_threshold_sleep `` which is the number of seconds to
206
- sleep between stopping and re-starting the transport.
206
+ sleep between stopping and re-starting the transport::
207
207
208
208
$dsn = 'smtps://smtp.example.com?restart_threshold=10&restart_threshold_sleep=1'
209
209
210
210
ping_threshold
211
211
~~~~~~~~~~~~~~
212
212
213
- The minimum number of seconds between two messages required to ping the server.
213
+ The minimum number of seconds between two messages required to ping the server::
214
214
215
215
$dsn = 'smtps://smtp.example.com?ping_threshold=200'
216
216
You can’t perform that action at this time.
0 commit comments