[PR #423] [MERGED] add option to use insecure SMTP connection #732

Closed
opened 2026-02-27 09:09:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/423
Author: @ajgon
Created: 1/18/2023
Status: Merged
Merged: 1/19/2023
Merged by: @nitnelave

Base: mainHead: feat/insecure-smtp


📝 Commits (1)

  • dea0755 add option to use insecure SMTP connection

📊 Changes

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

View changed files

📝 lldap_config.docker_template.toml (+1 -1)
📝 server/src/infra/cli.rs (+1 -0)
📝 server/src/infra/configuration.rs (+3 -0)
📝 server/src/infra/mail.rs (+14 -5)

📄 Description

Allows to use SMTP without TLS (useful for internal relays). I also noticed, that port is ignored, so I added it as well.


🔄 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/lldap/lldap/pull/423 **Author:** [@ajgon](https://github.com/ajgon) **Created:** 1/18/2023 **Status:** ✅ Merged **Merged:** 1/19/2023 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `feat/insecure-smtp` --- ### 📝 Commits (1) - [`dea0755`](https://github.com/lldap/lldap/commit/dea07550a19f95aaa70a3c83a3b66fa00e34eb44) add option to use insecure SMTP connection ### 📊 Changes **4 files changed** (+19 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `lldap_config.docker_template.toml` (+1 -1) 📝 `server/src/infra/cli.rs` (+1 -0) 📝 `server/src/infra/configuration.rs` (+3 -0) 📝 `server/src/infra/mail.rs` (+14 -5) </details> ### 📄 Description Allows to use SMTP without TLS (useful for internal relays). I also noticed, that `port` is ignored, so I added it as well. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:09:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#732
No description provided.