1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-09 20:17:21 +00:00

Revert unrelated changes for SMTP auth (#21767)

The purpose of #18982 is to improve the SMTP mailer, but there were some
unrelated changes made to the SMTP auth in
d60c438694

This PR reverts these unrelated changes, fix #21744
This commit is contained in:
wxiaoguang
2022-11-11 05:12:23 +08:00
committed by GitHub
parent 92525ddffd
commit fb704f6c72
6 changed files with 11 additions and 11 deletions

View File

@ -19,7 +19,7 @@ import (
// Source holds configuration for the SMTP login source.
type Source struct {
Auth string
Addr string
Host string
Port int
AllowedDomains string `xorm:"TEXT"`
ForceSMTPS bool