Skip to content

Commit 96b8ba8

Browse files
fritzmgOskarStark
andauthored
Apply suggestions from code review
Co-authored-by: Oskar Stark <[email protected]>
1 parent 62fb025 commit 96b8ba8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/mailer.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,14 @@ Other Options
187187
command
188188
~~~~~~~
189189

190-
Command to be executed by ``sendmail`` transport.
190+
Command to be executed by ``sendmail`` transport::
191191

192192
$dsn = 'sendmail://default?command=/usr/sbin/sendmail%20-oi%20-t'
193193

194194
local_domain
195195
~~~~~~~~~~~~
196196

197-
The domain name to use in ``HELO`` command.
197+
The domain name to use in ``HELO`` command::
198198

199199
$dsn = 'smtps://smtp.example.com?local_domain=example.org'
200200

@@ -203,14 +203,14 @@ restart_threshold
203203

204204
The maximum number of messages to send before re-starting the transport. Can be
205205
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::
207207

208208
$dsn = 'smtps://smtp.example.com?restart_threshold=10&restart_threshold_sleep=1'
209209

210210
ping_threshold
211211
~~~~~~~~~~~~~~
212212

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::
214214

215215
$dsn = 'smtps://smtp.example.com?ping_threshold=200'
216216

0 commit comments

Comments
 (0)