mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 15:30:55 +00:00
fix the less `
This commit is contained in:
parent
770dc702f0
commit
9b40271878
@ -34,7 +34,7 @@ type SmtpWriter struct {
|
|||||||
Password string `json:"password"`
|
Password string `json:"password"`
|
||||||
Host string `json:"Host"`
|
Host string `json:"Host"`
|
||||||
Subject string `json:"subject"`
|
Subject string `json:"subject"`
|
||||||
FromAddress string `json:"fromAddress"
|
FromAddress string `json:"fromAddress"`
|
||||||
RecipientAddresses []string `json:"sendTos"`
|
RecipientAddresses []string `json:"sendTos"`
|
||||||
Level int `json:"level"`
|
Level int `json:"level"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user