File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ choices when it comes to handling email during development: (a) disabling the
13
13
sending of email altogether or (b) sending all email to a specific
14
14
address (with optional exceptions).
15
15
16
+ .. tip ::
17
+
18
+ for testing emails during application development, and to make tests simple
19
+ to web designers, you can use `MailHog `_.
20
+
16
21
Disabling Sending
17
22
-----------------
18
23
@@ -247,3 +252,5 @@ you to open the report with details of the sent emails.
247
252
by the submit URL used on the previous request (e.g. ``/contact/handle ``).
248
253
The profiler's search feature allows you to load the profiler information
249
254
for any past requests.
255
+
256
+ .. _`MailHog` : https://github.com/mailhog/MailHog
You can’t perform that action at this time.
0 commit comments