[PR #1717] [MERGED] Add gmail relay handling for emails #3825

Closed
opened 2026-03-14 07:41:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/1717
Author: @ghost
Created: 12/27/2023
Status: Merged
Merged: 12/28/2023
Merged by: @wh1te909

Base: developHead: patch-1


📝 Commits (2)

📊 Changes

1 file changed (+10 additions, -3 deletions)

View changed files

📝 api/tacticalrmm/core/models.py (+10 -3)

📄 Description

This change adds ehlo and starttls functions when the server hostname is smtp-relay.gmail.com and authentication is disabled.
Just sending the message and quitting isn't enough for gmail (google workspace) specifically.


🔄 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/amidaware/tacticalrmm/pull/1717 **Author:** [@ghost](https://github.com/ghost) **Created:** 12/27/2023 **Status:** ✅ Merged **Merged:** 12/28/2023 **Merged by:** [@wh1te909](https://github.com/wh1te909) **Base:** `develop` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`abfeafa`](https://github.com/amidaware/tacticalrmm/commit/abfeafa026088898bca97cebc42a6cefd14f80dc) Add gmail relay handling for emails - [`70b8f09`](https://github.com/amidaware/tacticalrmm/commit/70b8f09ccbd12718ae5bf597508995891cdf6eb1) fix logic ### 📊 Changes **1 file changed** (+10 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/tacticalrmm/core/models.py` (+10 -3) </details> ### 📄 Description This change adds ehlo and starttls functions when the server hostname is smtp-relay.gmail.com and authentication is disabled. Just sending the message and quitting isn't enough for gmail (google workspace) specifically. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 07:41:05 +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/tacticalrmm#3825
No description provided.