discourse/docs/TESTING.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
544 B
Markdown
Raw Normal View History

# Discourse Developer Testing Guide
Some notes about testing Discourse:
2013-06-07 18:54:09 -04:00
## MailCatcher
2019-02-22 10:29:27 -05:00
Discourse depends heavily on (sending) email for notifications. We use [MailCatcher](https://mailcatcher.me/)
2013-06-07 18:54:09 -04:00
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.