You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: development.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,18 @@ Adminer, database web administration: http://localhost:8080
20
20
21
21
Traefik UI, to see how the routes are being handled by the proxy: http://localhost:8090
22
22
23
+
## Mailcatcher
24
+
25
+
Mailcatcher is a simple SMTP server that catches all emails sent by the backend during local development. Instead of sending real emails, they are captured and displayed in a web interface.
26
+
27
+
This is useful for:
28
+
29
+
- Testing email functionality during development
30
+
- Verifying email content and formatting
31
+
- Debugging email-related functionality without sending real emails
32
+
33
+
The backend is automatically configured to use Mailcatcher when running with Docker Compose locally (SMTP on port 1025). All captured emails can be viewed at http://localhost:1080.
34
+
23
35
**Note**: The first time you start your stack, it might take a minute for it to be ready. While the backend waits for the database to be ready and configures everything. You can check the logs to monitor it.
0 commit comments