[PR #1829] [MERGED] Send email notification when new update is available. #2304

Closed
opened 2026-02-27 12:10:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/1829
Author: @tonioo
Created: 1/21/2020
Status: Merged
Merged: 1/22/2020
Merged by: @tonioo

Base: masterHead: feature/mail_notif_when_update_avail


📝 Commits (1)

  • e056a99 Send email notification when new update is available.

📊 Changes

11 files changed (+160 additions, -4 deletions)

View changed files

📝 modoboa/core/app_settings.py (+17 -0)
📝 modoboa/core/handlers.py (+1 -1)
📝 modoboa/core/management/commands/communicate_with_public_api.py (+43 -0)
modoboa/core/migrations/0018_auto_20200121_1659.py (+27 -0)
📝 modoboa/core/mocks.py (+12 -0)
📝 modoboa/core/models.py (+13 -0)
modoboa/core/templates/core/notifications/update_available.html (+11 -0)
📝 modoboa/core/tests/test_core.py (+31 -0)
📝 modoboa/core/tests/test_views.py (+3 -1)
📝 modoboa/core/utils.py (+1 -1)
📝 modoboa/core/views/admin.py (+1 -1)

📄 Description

see #1402


🔄 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/modoboa/modoboa/pull/1829 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 1/21/2020 **Status:** ✅ Merged **Merged:** 1/22/2020 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `feature/mail_notif_when_update_avail` --- ### 📝 Commits (1) - [`e056a99`](https://github.com/modoboa/modoboa/commit/e056a9931190e7cd810f62147db21d987070182e) Send email notification when new update is available. ### 📊 Changes **11 files changed** (+160 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `modoboa/core/app_settings.py` (+17 -0) 📝 `modoboa/core/handlers.py` (+1 -1) 📝 `modoboa/core/management/commands/communicate_with_public_api.py` (+43 -0) ➕ `modoboa/core/migrations/0018_auto_20200121_1659.py` (+27 -0) 📝 `modoboa/core/mocks.py` (+12 -0) 📝 `modoboa/core/models.py` (+13 -0) ➕ `modoboa/core/templates/core/notifications/update_available.html` (+11 -0) 📝 `modoboa/core/tests/test_core.py` (+31 -0) 📝 `modoboa/core/tests/test_views.py` (+3 -1) 📝 `modoboa/core/utils.py` (+1 -1) 📝 `modoboa/core/views/admin.py` (+1 -1) </details> ### 📄 Description see #1402 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:10:23 +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/modoboa-modoboa#2304
No description provided.