Skip to content

Commit 731986e

Browse files
committed
Reworded the tip contents
1 parent acb3abd commit 731986e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

email/dev_environment.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ make any changes to your application's code at all. There are two main
1212
choices when it comes to handling email during development: (a) disabling the
1313
sending of email altogether or (b) sending all email to a specific
1414
address (with optional exceptions).
15-
16-
.. tip::
17-
18-
for testing emails during application development, and to make tests simple
19-
to web designers, you can use `MailHog`_.
2015

2116
Disabling Sending
2217
-----------------
@@ -252,5 +247,12 @@ you to open the report with details of the sent emails.
252247
by the submit URL used on the previous request (e.g. ``/contact/handle``).
253248
The profiler's search feature allows you to load the profiler information
254249
for any past requests.
255-
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
256258
.. _`MailHog`: https://github.com/mailhog/MailHog

0 commit comments

Comments
 (0)