fix access denied on !pm send
This commit is contained in:
parent
76bffd931c
commit
691bf31dff
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ type mta struct {
|
|||
}
|
||||
|
||||
// SMTPAddrs priority list
|
||||
var SMTPAddrs = []string{":465", ":587", ":25"}
|
||||
var SMTPAddrs = []string{":25", ":587", ":465"}
|
||||
|
||||
func NewMTA(loglevel string) utils.MTA {
|
||||
return &mta{
|
||||
|
|
|
|||
Loading…
Reference in a new issue