mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-12-22 07:18:53 -05:00
Added simple instructions in README
This commit is contained in:
parent
7613141e9a
commit
76c22e3971
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user