mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Remove comma from last value in smtp config JSON
Mailhog would break with: `invalid character '}' looking for beginning of object key string`
This commit is contained in:
parent
5b6e26bd7c
commit
09d5800456
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ the following structure, and set `MH_OUTGOING_SMTP` or `-outgoing-smtp`.
|
|||
"email": "...",
|
||||
"username": "...",
|
||||
"password": "...",
|
||||
"mechanism": "PLAIN",
|
||||
"mechanism": "PLAIN"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue