mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Robin lurves him some MailCatcher
This commit is contained in:
parent
63c0c59114
commit
9477cdaffa
1 changed files with 8 additions and 1 deletions
|
@ -37,3 +37,10 @@ original request and the one for the destination. Check out the
|
||||||
`spec/fixtures/oneboxer` for an example. You can also consider working directly
|
`spec/fixtures/oneboxer` for an example. You can also consider working directly
|
||||||
with the final URL for simplicity.
|
with the final URL for simplicity.
|
||||||
|
|
||||||
|
|
||||||
|
## MailCatcher
|
||||||
|
|
||||||
|
Discourse depends heavily on (sending) email for notifications. We use [MailCatcher](http://mailcatcher.me/)
|
||||||
|
to test emails. It's super convenient!
|
||||||
|
|
||||||
|
> MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.1:1080 to see the mail that's arrived so far.
|
||||||
|
|
Loading…
Reference in a new issue