Skip to content

Add docs about mailcatcher and Docker #12514

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions setup/symfony_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,12 @@ MongoDB 27017 ``MONGODB_`` (set the database via a Docker ``MONGO_DATABASE
Kafka 9092 ``KAFKA_``
============= ===== ======================

The server also supports Mailcatcher images (including
``schickling/mailcatcher``). When ports ``1025`` and ``1080`` are detected,
``MAILER_*`` environment variables are added to support both Symfony Mailer and
Swiftmailer. To access the web mailer, use ``symfony open:local:webmail`` or
click on the "Webmail" link in the web debug toolbar.

.. tip::

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