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

@@ -373,7 +373,7 @@ notifyUsers = ["@username"]
[mail]
smtpAddr = "smtp.gmail.com"
smtpPort = "465"
smtpPort = "587"
user = "username"
password = "password"
from = "from@address.com"
@@ -457,7 +457,7 @@ You can customize your configuration using this template.
```
[mail]
smtpAddr = "smtp.gmail.com"
smtpPort = "465"
smtpPort = "587"
user = "username"
password = "password"
from = "from@address.com"