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 5f1af73 commit 6d37f54Copy full SHA for 6d37f54
setup/symfony_server.rst
@@ -306,6 +306,12 @@ MongoDB 27017 ``MONGODB_`` (set the database via a Docker ``MONGO_DATABASE
306
Kafka 9092 ``KAFKA_``
307
============= ===== ======================
308
309
+The server also supports Mailcatcher images (including
310
+``schickling/mailcatcher``). When ports ``1025`` and ``1080`` are detected,
311
+``MAILER_*`` environment variables are added to support both Symfony Mailer and
312
+Swiftmailer. To access the web mailer, use ``symfony open:local:webmail`` or
313
+click on the "Webmail" link in the web debug toolbar.
314
+
315
.. tip::
316
317
To debug and list all exported environment variables, run ``symfony
0 commit comments