Skip to content

Commit 94effa4

Browse files
committed
minor #12514 Add docs about mailcatcher and Docker (fabpot)
This PR was merged into the 3.4 branch. Discussion ---------- Add docs about mailcatcher and Docker New Symfony CLI feature that will be released on Monday. Commits ------- 6d37f54 Add docs about mailcatcher and Docker
2 parents 83bab2f + 6d37f54 commit 94effa4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup/symfony_server.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,12 @@ MongoDB 27017 ``MONGODB_`` (set the database via a Docker ``MONGO_DATABASE
306306
Kafka 9092 ``KAFKA_``
307307
============= ===== ======================
308308

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+
309315
.. tip::
310316

311317
To debug and list all exported environment variables, run ``symfony

0 commit comments

Comments
 (0)