mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #930] Add support for SMTP AUTH_LOGIN #652
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#652
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?
Originally created by @wunter8 on GitHub (Oct 24, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/930
The net/smtp package does not support AUTH LOGIN out of the box, but some SMTP servers only use AUTH LOGIN (instead of AUTH PLAIN).
It seems like this is all we would need to do to add AUTH LOGIN support (plus add a config value like
smtp_auth_login)@binwiederhier commented on GitHub (Nov 19, 2023):
I would accept PRs for this, but I don't tihnk I have a server that supports AUTH LOGIN
@wunter8 commented on GitHub (Nov 19, 2023):
I know Outlook is a big one. The one that prompted this ticket was OVH Cloud email. I don't need the feature (and might not have a server to test with either), but someone was affected by it, so I put it in here
@LECOQQ commented on GitHub (Mar 6, 2025):
I have OVH Cloud Email, and I have troubles running smtp w/ ntfy, while msmtp works flawlessly.
Should you need anything, feel free to ask, i'm willing to try any fix :D