Changed mail config
parent
4ef3d96ec7
commit
f6dd630133
|
@ -26,11 +26,8 @@ type database struct {
|
|||
}
|
||||
|
||||
type mail struct {
|
||||
Host string
|
||||
Port string
|
||||
User string
|
||||
Password string
|
||||
From string
|
||||
Host string
|
||||
Key string
|
||||
}
|
||||
|
||||
type settings struct {
|
||||
|
|
Loading…
Reference in New Issue