mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Quote port number in smtp config JSON
Mailhog would break with `json: cannot unmarshal number into Go value of type string`
This commit is contained in:
parent
5b6e26bd7c
commit
b5d39f7c58
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ the following structure, and set `MH_OUTGOING_SMTP` or `-outgoing-smtp`.
|
|||
"server name": {
|
||||
"name": "server name",
|
||||
"host": "...",
|
||||
"port": 587,
|
||||
"port": "587",
|
||||
"email": "...",
|
||||
"username": "...",
|
||||
"password": "...",
|
||||
|
|
Loading…
Reference in a new issue