Merge pull request #43 from eirc/patch-1

[doc] Remove comma from last value in smtp config JSON
This commit is contained in:
Ian Kent 2015-04-07 07:12:16 +01:00
commit 8e9dda3f24

View file

@ -41,7 +41,7 @@ the following structure, and set `MH_OUTGOING_SMTP` or `-outgoing-smtp`.
"email": "...",
"username": "...",
"password": "...",
"mechanism": "PLAIN",
"mechanism": "PLAIN"
}
}
```