Merge pull request #211 from sadayuki-matsuno/fast_mail_package

change e-mail package from gomail to net/smtp
This commit is contained in:
Kota Kanbe
2016-10-11 12:18:13 +09:00
committed by GitHub
6 changed files with 43 additions and 29 deletions

View File

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