Update README.md
This commit is contained in:
parent
004bd9227f
commit
db9324da37
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -1,2 +1,15 @@
|
||||||
# mailhog-docker
|
# mailhog-docker
|
||||||
MultiArch docker builds of mailhog
|
|
||||||
|
MailHog is an email testing tool for developers, this repo builds the multi architecture versions of the docker image.
|
||||||
|
|
||||||
|
- Configure your application to use MailHog for SMTP delivery
|
||||||
|
- View messages in the web UI, or retrieve them with the JSON API
|
||||||
|
- Optionally release messages to real SMTP servers for delivery
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Check out how to configure MailHog, or use the default settings:
|
||||||
|
|
||||||
|
- the SMTP server starts on port 1025
|
||||||
|
- the HTTP server starts on port 8025
|
||||||
|
- in-memory message storage
|
Loading…
Reference in a new issue