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 6e85c11 + c7070c5 commit 6745a49Copy full SHA for 6745a49
mailer.rst
@@ -1060,9 +1060,10 @@ Development & Debugging
1060
Disabling Delivery
1061
~~~~~~~~~~~~~~~~~~
1062
1063
-While developing (or testing), you may want to disable delivery of messages entirely.
1064
-You can do this by forcing Mailer to use the ``NullTransport`` in only the ``dev``
1065
-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
1066
+the mailer configuration file (e.g. in the ``dev`` or ``test`` environments):
1067
1068
.. configuration-block::
1069
0 commit comments