Changing default smtp port to use the new inbucket port as default (#11965)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9e9f1bb2aa
Коммит
6aa7442e43
@@ -1231,7 +1231,7 @@ func (s *EmailSettings) SetDefaults(isUpdate bool) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if s.SMTPPort == nil || len(*s.SMTPPort) == 0 {
|
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 {
|
if s.ConnectionSecurity == nil || *s.ConnectionSecurity == CONN_SECURITY_PLAIN {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user