fix the cappital

This commit is contained in:
astaxie 2015-09-04 22:20:55 +08:00
parent 2e75c04ffb
commit 9ab7466d5c
1 changed files with 2 additions and 2 deletions

View File

@ -31,9 +31,9 @@ const (
// smtpWriter implements LoggerInterface and is used to send emails via given SMTP-server.
type SmtpWriter struct {
Username string `json:"Username"`
Username string `json:"username"`
Password string `json:"password"`
Host string `json:"Host"`
Host string `json:"host"`
Subject string `json:"subject"`
FromAddress string `json:"fromAddress"`
RecipientAddresses []string `json:"sendTos"`