From 8a9106052f3bb4419d6c23c7b91f266cdfa77f96 Mon Sep 17 00:00:00 2001 From: kota kanbe Date: Thu, 2 Jun 2016 10:07:56 +0900 Subject: [PATCH] Fix type of SMTP Port of discovery command's output --- commands/discover.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/discover.go b/commands/discover.go index c900ba45..a4f89990 100644 --- a/commands/discover.go +++ b/commands/discover.go @@ -100,7 +100,7 @@ notifyUsers = ["@username"] [mail] smtpAddr = "smtp.gmail.com" -smtpPort = 465 +smtpPort = "465" user = "username" password = "password" from = "from@address.com"