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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,21 +82,21 @@ Moved to [Live reloading and SASS compilation](http://cookiecutter-django.readth
82
82
83
83
### Email Server
84
84
85
-
In development, it is often nice to be able to see emails that are being sent from your application. If you choose to use [MailHog](https://github.com/mailhog/MailHog) when generating the project a local SMTP server with a web interface will be available.
85
+
In development, it is often nice to be able to see emails that are being sent from your application. If you choose to use [mailpit](https://github.com/axllent/mailpit) when generating the project a local SMTP server with a web interface will be available.
86
86
87
-
1.[Download the latest MailHog release](https://github.com/mailhog/MailHog/releases) for your OS.
87
+
1.[Download the latest mailpit release](https://github.com/axllent/mailpit/releases) for your OS.
88
88
89
-
2. Rename the build to `MailHog`.
89
+
2. Rename the build to `mailpit`.
90
90
91
91
3. Copy the file to the project root.
92
92
93
93
4. Make it executable:
94
94
95
-
$ chmod +x MailHog
95
+
$ chmod +x mailpit
96
96
97
97
5. Spin up another terminal window and start it there:
98
98
99
-
./MailHog
99
+
./mailpit
100
100
101
101
6. Check out <http://127.0.0.1:8025/> to see how it goes.
0 commit comments