mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 22:34:04 +00:00
Merge branch 'master' of github.com:mailhog/MailHog
This commit is contained in:
commit
f4a8a8c8eb
1 changed files with 2 additions and 2 deletions
|
@ -37,11 +37,11 @@ the following structure, and set `MH_OUTGOING_SMTP` or `-outgoing-smtp`.
|
||||||
"server name": {
|
"server name": {
|
||||||
"name": "server name",
|
"name": "server name",
|
||||||
"host": "...",
|
"host": "...",
|
||||||
"port": 587,
|
"port": "587",
|
||||||
"email": "...",
|
"email": "...",
|
||||||
"username": "...",
|
"username": "...",
|
||||||
"password": "...",
|
"password": "...",
|
||||||
"mechanism": "PLAIN",
|
"mechanism": "PLAIN"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue