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

This commit is contained in:
Jesús Espino
2019-08-29 22:11:45 +02:00
committed by GitHub
parent 9e9f1bb2aa
commit 6aa7442e43

View File

@@ -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 {