We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0771b commit 8a7b61cCopy full SHA for 8a7b61c
mailer.rst
@@ -178,8 +178,8 @@ party provider:
178
179
If you want to use ``ses+smtp`` transport together with :doc:`Messenger </messenger>`
180
to :ref:`send messages in background <mailer-sending-messages-async>`,
181
- you need to add ``ping_threshold`` parameter to your ``MAILER_DSN`` with
182
- value lower than ``10``: ``ses+smtp://USERNAME:PASSWORD@default?ping_threshold=9``
+ you need to add the ``ping_threshold`` parameter to your ``MAILER_DSN`` with
+ a value lower than ``10``: ``ses+smtp://USERNAME:PASSWORD@default?ping_threshold=9``
183
184
.. versionadded:: 5.4
185
0 commit comments