Fix type of SMTP Port of discovery command's output

This commit is contained in:
kota kanbe
2016-06-02 10:07:56 +09:00
parent 91264547c9
commit 8a9106052f

View File

@@ -100,7 +100,7 @@ notifyUsers = ["@username"]
[mail]
smtpAddr = "smtp.gmail.com"
smtpPort = 465
smtpPort = "465"
user = "username"
password = "password"
from = "from@address.com"