Update README.md

This commit is contained in:
Kota Kanbe
2016-06-17 09:13:27 +09:00
committed by GitHub
parent 5e28ec22e1
commit 55d8ae124a

View File

@@ -317,7 +317,7 @@ notifyUsers = ["@username"]
[mail]
smtpAddr = "smtp.gmail.com"
smtpPort = 465
smtpPort = "465"
user = "username"
password = "password"
from = "from@address.com"
@@ -391,7 +391,7 @@ You can customize your configuration using this template.
```
[mail]
smtpAddr = "smtp.gmail.com"
smtpPort = 465
smtpPort = "465"
user = "username"
password = "password"
from = "from@address.com"