8000
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.
2 parents e21929f + dc961a6 commit c7070c5Copy full SHA for c7070c5
mailer.rst
@@ -1001,9 +1001,10 @@ Development & Debugging
1001
Disabling Delivery
1002
~~~~~~~~~~~~~~~~~~
1003
1004
-While developing (or testing), you may want to disable delivery of messages entirely.
1005
-You can do this by forcing Mailer to use the ``NullTransport`` in only the ``dev``
1006
-environment:
+While developing (or testing), you may want to disable delivery of messages
+entirely. You can do this by using ``null://null`` as the mailer DSN, either in
+your :ref:`.env configuration files <configuration-multiple-env-files>` or in
1007
+the mailer configuration file (e.g. in the ``dev`` or ``test`` environments):
1008
1009
.. configuration-block::
1010
0 commit comments