Update SMTP setup instructions

Add smtp port and tls options
Use /user/ path for shorthand sharing link
This commit is contained in:
Tankred Hase
2016-06-02 09:24:57 +02:00
parent 111581bb78
commit 1c6696e7a4
7 changed files with 21 additions and 13 deletions

View File

@@ -6,6 +6,8 @@
},
"smtp": {
"host": "smtp.gmail.com",
"port": "465",
"tls": "true",
"user": "user@gmail.com",
"pass": "password"
},