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 7163dc1Copy full SHA for 7163dc1
setup/symfony_server.rst
@@ -306,6 +306,11 @@ 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``.
313
+
314
.. tip::
315
316
To debug and list all exported environment variables, run ``symfony
0 commit comments