fix the less `

This commit is contained in:
astaxie 2014-08-27 15:53:08 +08:00
parent 770dc702f0
commit 9b40271878
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ type SmtpWriter struct {
Password string `json:"password"`
Host string `json:"Host"`
Subject string `json:"subject"`
FromAddress string `json:"fromAddress"
FromAddress string `json:"fromAddress"`
RecipientAddresses []string `json:"sendTos"`
Level int `json:"level"`
}