mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Merge pull request #43 from eirc/patch-1
[doc] Remove comma from last value in smtp config JSON
This commit is contained in:
commit
8e9dda3f24
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