From 55d8ae124a0c94678c389693acbba265d5d7408a Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Fri, 17 Jun 2016 09:13:27 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb1170b5..26889343 100644 --- a/README.md +++ b/README.md @@ -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"