mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #1530] Added support for LOGIN AUTH for the SMTP sender #1630
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1630
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/binwiederhier/ntfy/pull/1530
Author: @santanoce
Created: 1/1/2026
Status: 🔄 Open
Base:
main← Head:feat/login_auth📝 Commits (3)
0527f13feat: added support for LOGIN AUTH for the SMTP sender8e6c2a2refactor: improved log from byte to stringc1fa107Merge branch 'main' into feat/login_auth📊 Changes
2 files changed (+73 additions, -1 deletions)
View changed files
📝
docs/config.md(+1 -1)📝
server/smtp_sender.go(+72 -0)📄 Description
This should fix #1020, even though it seems that Microsoft 365 Outlook is no longer allowing base authentication for personal accounts, so I wasn't able to actually test it with a Microsoft account. I did however test it using a simple SMTP server supporting LOGIN AUTH and it works.
I basically followed the suggestion in #930, more specifically using the code from here, which in turn is an adaptation of code in the net/smtp package.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.