8000 Add Tip to using MailHog during developement by zairigimad · Pull Request #9688 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Add Tip to using MailHog during developement #9688

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

Closed
wants to merge 3 commits into from
Closed
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
9 changes: 9 additions & 0 deletions email/dev_environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,12 @@ the report with details of the sent emails.
by the submit URL used on the previous request (e.g. ``/contact/handle``).
The profiler's search feature allows you to load the profiler information
for any past requests.

.. tip::

In addition to the features provided by Symfony, there are applications that
can help you test emails during application development, like `MailCatcher`_
and `MailHog`_.

.. _`MailCatcher`: https://github.com/sj26/mailcatcher
.. _`MailHog`: https://github.com/mailhog/MailHog
0