Merge branch 'master' of github.com:mailhog/MailHog

This commit is contained in:
Ian Kent 2015-04-15 20:02:20 +01:00
commit f4a8a8c8eb

View file

@ -37,11 +37,11 @@ the following structure, and set `MH_OUTGOING_SMTP` or `-outgoing-smtp`.
"server name": {
"name": "server name",
"host": "...",
"port": 587,
"port": "587",
"email": "...",
"username": "...",
"password": "...",
"mechanism": "PLAIN",
"mechanism": "PLAIN"
}
}
```