Added simple instructions in README

This commit is contained in:
Samuel Cochran 2010-10-28 03:27:07 +08:00
parent 7613141e9a
commit 76c22e3971

View File

@ -4,6 +4,13 @@ Catches mail and serves it through a dream.
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.
## How
1. `gem install mailcatcher`
2. `mailcatcher`
3. Go to http://localhost:1080/
4. Send mail through smtp://localhost:1025
## Features
* Catches all mail and stores it for display.