Skip to content

Commit 4c1e9aa

Browse files
committed
improve explanation of 'max_per_second' option.
1 parent 0b1b8b8 commit 4c1e9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Other Options
273273
$dsn = 'smtps://smtp.example.com?ping_threshold=200'
274274

275275
``max_per_second``
276-
The number of messages to send per second (0 to disable)::
276+
The number of messages to send per second (0 to disable this limitation)::
277277

278278
$dsn = 'smtps://smtp.example.com?max_per_second=2'
279279

0 commit comments

Comments
 (0)