[PR #1340] [CLOSED] New Script: Mailrise (SMTP Gateway) #3120

Closed
opened 2026-02-26 13:32:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1340
Author: @choehn86
Created: 1/9/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

3 files changed (+161 additions, -0 deletions)

View changed files

ct/mailrise.sh (+49 -0)
install/mailrise-install.sh (+73 -0)
json/mailrise.json (+39 -0)

📄 Description

🛠️ Note:
We are meticulous about merging code into the main branch, so please understand that pull requests not meeting the project's standards may be rejected. It's never personal!
🎮 Note for game-related scripts: These have a lower likelihood of being merged.


✍️ Description

This pull request is for a new script to establish a Mailrise LXC (https://github.com/YoRyan/mailrise/), an SMTP gateway for Apprise notifications.


🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)
  • Documentation updated (I have updated any relevant documentation)

📋 Additional Information (optional)

This is my first script contribution and first pull request, open to any critiques or suggestions (even if it's not ultimately accepted for merging)


🔄 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/community-scripts/ProxmoxVE/pull/1340 **Author:** [@choehn86](https://github.com/choehn86) **Created:** 1/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`a53066c`](https://github.com/community-scripts/ProxmoxVE/commit/a53066c411b08fd502007a5d70a4b0ae554559bd) Create mailrise.sh - [`bc1c473`](https://github.com/community-scripts/ProxmoxVE/commit/bc1c473dbca13719a0ebb711dfb8bec8d20d50e6) Create mailrise-install.sh - [`14f52fb`](https://github.com/community-scripts/ProxmoxVE/commit/14f52fba1e4d54a58c651bb6243de70098c612b7) Create mailrise.json - [`c3fd5c8`](https://github.com/community-scripts/ProxmoxVE/commit/c3fd5c83a6d9d5162282633d6a81c6e9713b317d) Update mailrise.sh - [`12696b6`](https://github.com/community-scripts/ProxmoxVE/commit/12696b6720efe024cfd077b987402279f165e1e5) Update install/mailrise-install.sh - [`499117f`](https://github.com/community-scripts/ProxmoxVE/commit/499117f3694c234080881ee79e20987147ad27e8) Update install/mailrise-install.sh - [`920da7e`](https://github.com/community-scripts/ProxmoxVE/commit/920da7e9b702ec1a54d87de9e6efd25ce5c9dcce) Update mailrise-install.sh - [`126d2df`](https://github.com/community-scripts/ProxmoxVE/commit/126d2df00c35ce4f2bcc7b9f608bc283c0d11d82) Update mailrise.json - [`7e58389`](https://github.com/community-scripts/ProxmoxVE/commit/7e583897da6b59c75e468e69aa2afd45cc992a2f) Update mailrise.sh - [`2bf19df`](https://github.com/community-scripts/ProxmoxVE/commit/2bf19df74d8894f9b2f220662575baa8486c4eed) Update mailrise.json ### 📊 Changes **3 files changed** (+161 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/mailrise.sh` (+49 -0) ➕ `install/mailrise-install.sh` (+73 -0) ➕ `json/mailrise.json` (+39 -0) </details> ### 📄 Description > **🛠️ Note:** > We are meticulous about merging code into the main branch, so please understand that pull requests not meeting the project's standards may be rejected. It's never personal! > 🎮 **Note for game-related scripts:** These have a lower likelihood of being merged. --- ## ✍️ Description This pull request is for a new script to establish a Mailrise LXC (https://github.com/YoRyan/mailrise/), an SMTP gateway for Apprise notifications. --- ## 🛠️ Type of Change Please check the relevant options: - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts) --- ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [x] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [x] Testing performed (I have thoroughly tested my changes and verified expected functionality.) - [x] Documentation updated (I have updated any relevant documentation) --- ## 📋 Additional Information (optional) This is my first script contribution and first pull request, open to any critiques or suggestions (even if it's not ultimately accepted for merging) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:32:28 +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/ProxmoxVE#3120
No description provided.