mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Changing default smtp port to use the new inbucket port as default (#11965)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user