Changing default smtp port to use the new inbucket port as default (#11965)

Этот коммит содержится в:
Jesús Espino
2019-08-29 22:11:45 +02:00
коммит произвёл GitHub
родитель 9e9f1bb2aa
Коммит 6aa7442e43

Просмотреть файл

@@ -1231,7 +1231,7 @@ func (s *EmailSettings) SetDefaults(isUpdate bool) {
}
if s.SMTPPort == nil || len(*s.SMTPPort) == 0 {
s.SMTPPort = NewString("2500")
s.SMTPPort = NewString("10025")
}
if s.ConnectionSecurity == nil || *s.ConnectionSecurity == CONN_SECURITY_PLAIN {