mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2025-02-20 01:35:56 +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": "...",
|
"email": "...",
|
||||||
"username": "...",
|
"username": "...",
|
||||||
"password": "...",
|
"password": "...",
|
||||||
"mechanism": "PLAIN",
|
"mechanism": "PLAIN"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue