mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 03:41:30 +01:00
Merge pull request #764 from phsmit/fix_mailer
Remove standard mailer port lines
This commit is contained in:
commit
e6e2cf7855
1 changed files with 0 additions and 4 deletions
|
@ -73,10 +73,6 @@ func sendMail(settings *setting.Mailer, from string, recipients []string, msgCon
|
|||
return err
|
||||
}
|
||||
|
||||
if len(port) == 0 {
|
||||
port = "587"
|
||||
}
|
||||
|
||||
tlsconfig := &tls.Config{
|
||||
InsecureSkipVerify: settings.SkipVerify,
|
||||
ServerName: host,
|
||||
|
|
Loading…
Reference in a new issue