mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Backport #21945 Unfortunately the fallback configuration code for [mailer] that were added in #18982 are incorrect. When you read a value from an ini section that key is added. This leads to a failure of the fallback mechanism. Further there is also a spelling mistake in the startTLS configuration. This PR restructures the mailer code to first map the deprecated settings on to the new ones - and then use ini.MapTo to map those on to the struct with additional validation as necessary. Ref #21744 Signed-off-by: Andrew Thornton <art27@cantab.net> |
2 years ago | |
---|---|---|
.. | ||
mail.go | 3 years ago | |
mail_comment.go | 2 years ago | |
mail_issue.go | 2 years ago | |
mail_release.go | 2 years ago | |
mail_repo.go | 3 years ago | |
mail_team_invite.go | 2 years ago | |
mail_test.go | 3 years ago | |
mailer.go | 2 years ago | |
mailer_test.go | 3 years ago | |
main_test.go | 3 years ago |