Skip to content

Commit 6ca1788

Browse files
committed
fix missing quote
1 parent c4a09cb commit 6ca1788

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/mailer.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ local_domain
196196

197197
The domain name to use in ``HELO`` command.
198198

199-
$dsn = 'smtps://smtp.example.com?local_domain=example.org
199+
$dsn = 'smtps://smtp.example.com?local_domain=example.org'
200200

201201
restart_threshold
202202
~~~~~~~~~~~~~~~~~
@@ -205,14 +205,14 @@ 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
206206
sleep between stopping and re-starting the transport.
207207

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

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

213213
The minimum number of seconds between two messages required to ping the server.
214214

215-
$dsn = 'smtps://smtp.example.com?ping_threshold=200
215+
$dsn = 'smtps://smtp.example.com?ping_threshold=200'
216216

217217
Sending emails asynchronously
218218
-----------------------------

0 commit comments

Comments
 (0)