fixed meddler error caused by smtp server tag configuration
This commit is contained in:
parent
7acf92e754
commit
18f7209d1d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ type SMTPServer struct {
|
||||||
ID int64 `meddler:"smtp_id,pk" json:"id"`
|
ID int64 `meddler:"smtp_id,pk" json:"id"`
|
||||||
From string `meddler:"smtp_from" json:"from"`
|
From string `meddler:"smtp_from" json:"from"`
|
||||||
Host string `meddler:"smtp_host" json:"host"`
|
Host string `meddler:"smtp_host" json:"host"`
|
||||||
Port string `meddler:"smtp_host" json:"port"`
|
Port string `meddler:"smtp_port" json:"port"`
|
||||||
User string `meddler:"smtp_user" json:"user"`
|
User string `meddler:"smtp_user" json:"user"`
|
||||||
Pass string `meddler:"smtp_pass" json:"name"`
|
Pass string `meddler:"smtp_pass" json:"name"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue