mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Allow SMTP notification without user/password #27
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#27
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 @FuzzyMistborn on GitHub (Jul 12, 2021).
I'm running Mailrise (https://github.com/YoRyan/mailrise) for my SMTP relay to then use any Apprise notifier. It works fine when I test it, but I can't save my settings as I don't have a username/password set. Any chance to remove that restriction?
@louislam commented on GitHub (Jul 13, 2021):
1.0.2 updated for this
@NeuralMiner commented on GitHub (Aug 10, 2021):
It appears this still might be an issue; though the requirement for a UID/PW was removed when setting up the alert, it'll fail with
Missing credentials for "PLAIN"when attempting to send SMTP without credentials.It looks like this project had the same issue: https://github.com/directus/directus/issues/5652
I was able to get it working by manually setting the following line to
auth: false,:github.com/louislam/uptime-kuma@2461f5084e/server/notification.js (L376-L379)So I assume a check just has to be made first to check if a UID/PW is set, and if not, set auth to false?
@louislam commented on GitHub (Aug 20, 2021):
Should be fixed in 1.3.0