File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ local_domain
196
196
197
197
The domain name to use in ``HELO `` command.
198
198
199
- $dsn = 'smtps://smtp.example.com?local_domain=example.org
199
+ $dsn = 'smtps://smtp.example.com?local_domain=example.org'
200
200
201
201
restart_threshold
202
202
~~~~~~~~~~~~~~~~~
@@ -205,14 +205,14 @@ 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
206
sleep between stopping and re-starting the transport.
207
207
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'
209
209
210
210
ping_threshold
211
211
~~~~~~~~~~~~~~
212
212
213
213
The minimum number of seconds between two messages required to ping the server.
214
214
215
- $dsn = 'smtps://smtp.example.com?ping_threshold=200
215
+ $dsn = 'smtps://smtp.example.com?ping_threshold=200'
216
216
217
217
Sending emails asynchronously
218
218
-----------------------------
You can’t perform that action at this time.
0 commit comments