[PR #1378] [CLOSED] Send emails with gomail to support SMTP servers with AUTH #1582

Closed
opened 2026-05-07 01:02:46 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/1378
Author: @paulharris
Created: 7/2/2025
Status: Closed

Base: mainHead: smtp-auth


📝 Commits (1)

  • 66316ea Send emails with gomail to support SMTP servers with AUTH

📊 Changes

4 files changed (+76 additions, -77 deletions)

View changed files

📝 go.mod (+2 -0)
📝 go.sum (+4 -0)
📝 server/smtp_sender.go (+28 -23)
📝 server/smtp_sender_test.go (+42 -54)

📄 Description

This probably fixes #1020
It works for my server which uses STARTTLS


🔄 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/binwiederhier/ntfy/pull/1378 **Author:** [@paulharris](https://github.com/paulharris) **Created:** 7/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `smtp-auth` --- ### 📝 Commits (1) - [`66316ea`](https://github.com/binwiederhier/ntfy/commit/66316eae003d4504ce0f0379910e0c4aad5c80b4) Send emails with gomail to support SMTP servers with AUTH ### 📊 Changes **4 files changed** (+76 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -0) 📝 `go.sum` (+4 -0) 📝 `server/smtp_sender.go` (+28 -23) 📝 `server/smtp_sender_test.go` (+42 -54) </details> ### 📄 Description This probably fixes #1020 It works for my server which uses STARTTLS --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:02:46 +02: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/ntfy#1582
No description provided.