change e-mail package from gomail to net/smtp

This commit is contained in:
Sadayuki Matsuno
2016-08-05 16:34:26 +09:00
parent e72fa3362a
commit cfc9e064b9
6 changed files with 43 additions and 29 deletions

View File

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