8000 minor #9688 Add Tip to using MailHog during developement (zairigimad… · symfony/symfony-docs@96ae226 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96ae226

Browse files
committed
minor #9688 Add Tip to using MailHog during developement (zairigimad, javiereguiluz)
This PR was submitted for the 4.0 branch but it was merged into the 2.8 branch instead (closes #9688). Discussion ---------- Add Tip to using MailHog during developement Add Tip to using MailHog during developement <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 85009fc Removed some whitespace 731986e Reworded the tip contents acb3abd Add Tip to using MailHog during developement
2 parents cd69493 + 85009fc commit 96ae226

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

email/dev_environment.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,12 @@ you to open the report with details of the sent emails.
247247
by the submit URL used on the previous request (e.g. ``/contact/handle``).
248248
The profiler's search feature allows you to load the profiler information
249249
for any past requests.
250+
251+
.. tip::
252+
253+
In addition to the features provided by Symfony, there are applications that
254+
can help you test emails during application development, like `MailCatcher`_
255+
and `MailHog`_.
256+
257+
.. _`MailCatcher`: https://github.com/sj26/mailcatcher
258+
.. _`MailHog`: https://github.com/mailhog/MailHog

0 commit comments

Comments
 (0)
0