[PR #14] [MERGED] Use smtp with login != email #40

Closed
opened 2026-03-02 23:36:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alb-uss/SECMON/pull/14
Author: @seb0uil
Created: 7/13/2021
Status: Merged
Merged: 8/16/2021
Merged by: @alb-uss

Base: masterHead: feature/smtp_login


📝 Commits (1)

📊 Changes

8 files changed (+79 additions, -55 deletions)

View changed files

📝 cve_poller.py (+18 -13)
📝 docker/install.py (+3 -2)
📝 rss_poller.py (+17 -12)
📝 secmon_lib.py (+5 -4)
📝 secmon_monitor.py (+11 -6)
📝 secmon_web.py (+3 -2)
📝 setup.py (+15 -13)
📝 templates/config.html (+7 -3)

📄 Description

It seems impossible to use a smtp server wich use an smtp login wich is not the email address of the account.

  • Need to split sender value in sender and login
  • normalize login/password in smtp_login and smtp_password

🔄 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/alb-uss/SECMON/pull/14 **Author:** [@seb0uil](https://github.com/seb0uil) **Created:** 7/13/2021 **Status:** ✅ Merged **Merged:** 8/16/2021 **Merged by:** [@alb-uss](https://github.com/alb-uss) **Base:** `master` ← **Head:** `feature/smtp_login` --- ### 📝 Commits (1) - [`c82a22e`](https://github.com/alb-uss/SECMON/commit/c82a22e1c9837ccf71ff3f0f0aa65c9850984e5e) Add smtp_login ### 📊 Changes **8 files changed** (+79 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `cve_poller.py` (+18 -13) 📝 `docker/install.py` (+3 -2) 📝 `rss_poller.py` (+17 -12) 📝 `secmon_lib.py` (+5 -4) 📝 `secmon_monitor.py` (+11 -6) 📝 `secmon_web.py` (+3 -2) 📝 `setup.py` (+15 -13) 📝 `templates/config.html` (+7 -3) </details> ### 📄 Description It seems impossible to use a smtp server wich use an smtp login wich is not the email address of the account. - Need to split sender value in sender and login - normalize login/password in smtp_login and smtp_password --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:36:11 +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/SECMON#40
No description provided.