Merge pull request #44 from eirc/patch-2

[doc] Quote port number in smtp config JSON
This commit is contained in:
Ian Kent 2015-04-07 07:13:12 +01:00
commit 00d72310d5

View file

@ -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": "...",