[PR #5024] [MERGED] Explicitly decide whether to use TLS in mailer's configuration #17598

Closed
opened 2025-11-02 14:20:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5024
Author: @adelowo
Created: 10/6/2018
Status: Merged
Merged: 11/26/2018
Merged by: @techknowlogick

Base: masterHead: explicitly_use_tls_for_mailer


📝 Commits (8)

  • 7c93cd2 explicitly decide on using TLS for mail connections
  • 47722bf explicitly decide on using TLS for mail connections
  • d64cce9 keep compatibility
  • 94a93ab Merge branch 'master' of https://github.com/go-gitea/gitea into explicitly_use_tls_for_mailer
  • b0f6471 Merge branch 'master' into explicitly_use_tls_for_mailer
  • af1f36c Merge branch 'master' into explicitly_use_tls_for_mailer
  • 6d7004e Merge branch 'master' into explicitly_use_tls_for_mailer
  • a393bd9 Merge branch 'master' into explicitly_use_tls_for_mailer

📊 Changes

4 files changed (+10 additions, -6 deletions)

View changed files

📝 custom/conf/app.ini.sample (+2 -0)
📝 docs/content/doc/advanced/config-cheat-sheet.en-us.md (+4 -3)
📝 modules/mailer/mailer.go (+2 -3)
📝 modules/setting/setting.go (+2 -0)

📄 Description

Fixes https://github.com/go-gitea/gitea/issues/4820


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/5024 **Author:** [@adelowo](https://github.com/adelowo) **Created:** 10/6/2018 **Status:** ✅ Merged **Merged:** 11/26/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `explicitly_use_tls_for_mailer` --- ### 📝 Commits (8) - [`7c93cd2`](https://github.com/go-gitea/gitea/commit/7c93cd2b1b2289af2eae7e596a6a5bc7180e1c48) explicitly decide on using TLS for mail connections - [`47722bf`](https://github.com/go-gitea/gitea/commit/47722bf7891967d2a79f5a8f06859b8172df6bb5) explicitly decide on using TLS for mail connections - [`d64cce9`](https://github.com/go-gitea/gitea/commit/d64cce9c6272fdf9e2627f12381f690b6c8fe85c) keep compatibility - [`94a93ab`](https://github.com/go-gitea/gitea/commit/94a93ab628fd96a03115c721c42d67362ffa2728) Merge branch 'master' of https://github.com/go-gitea/gitea into explicitly_use_tls_for_mailer - [`b0f6471`](https://github.com/go-gitea/gitea/commit/b0f6471ce8eef67518f2f8698a4c2a77ce8c8a7f) Merge branch 'master' into explicitly_use_tls_for_mailer - [`af1f36c`](https://github.com/go-gitea/gitea/commit/af1f36cb987efd2cb3dba2aad1aaa12ee6cbc1c3) Merge branch 'master' into explicitly_use_tls_for_mailer - [`6d7004e`](https://github.com/go-gitea/gitea/commit/6d7004e0912cbf36f266cac16668a37273a3e0da) Merge branch 'master' into explicitly_use_tls_for_mailer - [`a393bd9`](https://github.com/go-gitea/gitea/commit/a393bd93618e7b34d71602f3bd31d7c7ed31eedf) Merge branch 'master' into explicitly_use_tls_for_mailer ### 📊 Changes **4 files changed** (+10 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `custom/conf/app.ini.sample` (+2 -0) 📝 `docs/content/doc/advanced/config-cheat-sheet.en-us.md` (+4 -3) 📝 `modules/mailer/mailer.go` (+2 -3) 📝 `modules/setting/setting.go` (+2 -0) </details> ### 📄 Description Fixes https://github.com/go-gitea/gitea/issues/4820 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 14:20:23 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17598