mirror of
https://github.com/astaxie/beego.git
synced 2025-06-12 11:50:40 +00:00
fix the less `
This commit is contained in:
@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user